File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
code_samples/taxonomy/config/packages
docs/content_management/taxonomy Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,4 @@ ibexa_taxonomy:
1515 parent : parent_category
1616 name : name
1717 assigned_content_tab : false
18+ register_main_menu : false
Original file line number Diff line number Diff line change @@ -67,6 +67,17 @@ In configuration add `assigned_content_tab` with the flag `false` (for other tax
6767[[= include_file('code_samples/taxonomy/config/packages/ibexa_taxonomy.yaml', 9, 17) =]]
6868` ` `
6969
70+ # ## Hide menu item
71+
72+ By default, for each taxonomy, a menu item is added to the main menu.
73+ You can hide this menu item by setting a value of the `register_main_menu` configuration key :
74+
75+ ` ` ` yaml
76+ [[= include_file('code_samples/taxonomy/config/packages/ibexa_taxonomy.yaml', 0, 2) =]] # existing keys
77+ [[= include_file('code_samples/taxonomy/config/packages/ibexa_taxonomy.yaml', 9, 10) =]] # existing keys
78+ [[= include_file('code_samples/taxonomy/config/packages/ibexa_taxonomy.yaml', 17, 18) =]]
79+ ` ` `
80+
7081For more information about available functionalities of tags, see [User Documentation]([[= user_doc =]]/taxonomy).
7182
7283# # Hide delete button on large subtree
You can’t perform that action at this time.
0 commit comments