Support

Account

Home Forums Backend Issues (wp-admin) ACF Field group names

Solved

ACF Field group names

  • I want to separate the Field Groups in my app in 2 different types, the first type will be mapped to PHP web pages (PHP+HTML scripts) and the second type will be mapped to PHP classes

    So, I’d like to be able to see this differentiation on the ACF list, and the only way I can think of, is to prepend some string to the Field Groups’ names (e.g., I’ll have Field Groups called “view: Homepage Slider” to set images for a slider and “model: Film information” to set the attributes of a class Film)

    I think this is not perfect, but it works for me… The problem is that if want to add a metabox for the custom field group, the user will see the full names on the metabox (including “view:” and “model:”) and I don’t like that…

    So, is there anything I can do? (apart from the obvious options – getting rid of the prepend strings or getting rid of the metaboxes…)

  • Hi @miguel.rosales

    Currently there is no setting for a customized metabox title, however this will be added in the near future.

    Thanks
    E

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘ACF Field group names’ is closed to new replies.