Resolves gh-644 and addes the option to add, or hide the category sub-menu of a view.
This commit is contained in:
@ -30,7 +30,9 @@ $fields = $displayData->get($fields_tab_layout) ?: array(
|
||||
'alias_builder_type',
|
||||
'note_alias_builder_custom',
|
||||
'note_alias_builder_default',
|
||||
'alias_builder'
|
||||
'alias_builder',
|
||||
'note_category_menu_switch',
|
||||
'add_category_submenu'
|
||||
);
|
||||
|
||||
$hiddenFields = $displayData->get('hidden_fields') ?: array();
|
||||
|
Reference in New Issue
Block a user