tabbed-vertical not allowing drag-n-drop
-
Hi,
I am trying to set up a complex field with the vertical tabs. The vertical tabs work but the drag-n-drop functionality to rearrange the tabs does not work. The horizontal tabs and the default layout both allow for rearranging. Please assist.
Container::make(‘post_meta’, ‘Builder’)
->show_on_post_type(‘page’)
->add_fields(array(
Field::make(‘complex’, ‘Sections’)
->setup_labels($section_labels)
->set_layout(‘tabbed-vertical’)
->add_fields(‘Content Section’, array(
Field::make(‘text’, ‘content_section_text’, ‘Title’)……(omitted the rest for lack of relevance)
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘tabbed-vertical not allowing drag-n-drop’ is closed to new replies.