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
Copy file name to clipboardExpand all lines: modules/customizing-the-appearance/proc-customize-rhdh-sidebar-menuitems.adoc
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,7 @@ Main menu items:: The core navigation structure of sidebar is static.
11
11
----
12
12
dynamicsPlugins:
13
13
frontend:
14
-
_<package_name>_:
15
-
14
+
default.main-menu-items:
16
15
menuItems:
17
16
default.home:
18
17
title: Home
@@ -97,7 +96,7 @@ dynamicPlugins:
97
96
<1> `my-plugin`: Matches `path` in `dynamicRoutes`
98
97
<2> `priority`: Controls order of plugins under the parent menu item.
99
98
<3> `parent`: Nests this plugin under the `favorites` parent menu item.
100
-
<4> `favourites`: Configuration for the parent menu item.
99
+
<4> `favorites`: Configuration for the parent menu item.
101
100
<5> `icon`: Displays the `favorite` icon from the {product-very-short} system icons.
102
101
<6> `title`: Displays the title name for the parent menu item.
103
102
<7> `priority`: Order of the `favourites` menu item in the sidebar.
@@ -122,7 +121,7 @@ dynamicPlugins:
122
121
to: _<path_to_the_menu_target_page>_ # <9>
123
122
priority: 100 # <10>
124
123
----
125
-
<1> `default._<menu_group_parent_item_name>_`: Enter the menu group parent item name to configure static main menu items.
124
+
<1> `default._<menu_group_parent_item_name>_`: (Optional) Enter the menu group parent item name to configure static main menu items. If no `default._<menu_item_name>_` has a `parent` value set, this field is not needed.
126
125
<2> `icon`: Enter the menu icon. Required for parent menu items.
127
126
<3> `title`: Enter the menu group title. Required for parent menu items.
128
127
<4> `priority`: (Optional) Enter the order of this menu item within its menu level.
0 commit comments