I don’t like the way Bricks mixes all ACF fields together. When I query a post type, I only expect to see the related fields for that post type. As illustrated in this image, all fields for both post types get displayed together. In this example, I have two post types: Authors and Books. Here is the ACF structure:
In this particular case I added the prefix of the post type to the field names. Now imagine I didn’t.
The issue: When you have multiple post types with multiple fields, things feel messy to work with. If I am querying Authors why am I seeing the Book post type fields? I should see those fields if I am querying a relationship field.
@timmse I believe this is something that is a small improvement but with a big impact. As of right now I have 6 CPT’s in my client build. Inside Bricks I didn’t know it wouldnt segment it by the CPT, so now I am stuck with an overall called “ACF” where I have multiple that is called “acf-section-2-text”. At this point is it so confusing. If I change the fields name to “acf-“cpt-name”-section-2-text” in order for me to label stuff, I have to re-attach each field, which will also suck.