Hi there
I use prefixes for all my field groups. The problem is in case of subfields. They all get the prefix again which depending on the name structure, can result in a very long (and almost unreadable) key. In Addition this also makes further coding scenarios less more complicated. (And the subfield is kind of already prefixed by the group key, so why prefixing additionaly with the prefix?)
So my feature request is:
add an option for subfields to not apply the prefix (or add the option to the parent group field)
Example for the naming right now:
gop_content_row_group_xyz_gop_content_row_title
Key with the new optiom:
gop_content_row_group_xyz_title
I know we can do that with code, but I also need this in the Builder.
And I know in the builder we can achieve that by not using a prefix at all.
But then all the benefits of using the prefixes are gone (all keys need to be defined completely, field group not not quickly interchangable anymore etc.).
Hope this feature request finds the way in.
Thanks
François