How to remove Disable sorter element title name
-
Hello,
https://docs.reduxframework.com/core/fields/sorter/
$fields = array( 'id' => 'homepage-blocks', 'type' => 'sorter', 'title' => 'Homepage Layout Manager', 'desc' => 'Organize how you want the layout to appear on the homepage', 'options' => array( 'enabled' => array( 'highlights' => 'Highlights', 'slider' => 'Slider', 'staticpage' => 'Static Page', 'services' => 'Services' ), 'disabled' => array( ) ), );
Here can we rename “disabled” key to “all_element”?
I have try to remove it with all_element. But when we add new value in enabled then there is added in disabled element. Is there any solution we can add new value in future will display in all_element area.
Thanks & Regards
Gautam
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to remove Disable sorter element title name’ is closed to new replies.