You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.
Is it possible to have the labels of each entry update dynamically for example to the input value of the 'title' of each entry?
If we take the example from readme as a case:
'label' => esc_html__('Example','customizer-repeater'),
With this code, the admin panel has a list of many section each one called 'Example'. This way it is really hard to find a certain entry from the list, you have to manually open each one. However, if the label would automatically change to the title of the entry, the list would be easy to manage.
Is this possible somehow?
The text was updated successfully, but these errors were encountered:
Hi!
Is it possible to have the labels of each entry update dynamically for example to the input value of the 'title' of each entry?
If we take the example from readme as a case:
'label' => esc_html__('Example','customizer-repeater'),
With this code, the admin panel has a list of many section each one called 'Example'. This way it is really hard to find a certain entry from the list, you have to manually open each one. However, if the label would automatically change to the title of the entry, the list would be easy to manage.
Is this possible somehow?
The text was updated successfully, but these errors were encountered: