Hi everyone,
i have to modify a plugin that is based on ACF functions, it uses the register_field_group to add custom fields to a custom taxonomy. My question is how can i create a custom layout for the fields in backend? Is there any way to use the ‘layout’ => ‘default’, option to create a custom layout for the fields?
Is this a feature available only in ACF 5 PRO ?
Thanks in advance!
A.
Hi @agli,
Thanks for the post.
Field groups registered via code are not editable or visible via the admin backend.
This is meant to serve as a masking layout for theme developers who do not want the users to be able to make changes to the field groups.