Skip to content

Commit e61dfa4

Browse files
committed
Minor changes
1 parent 2d67a90 commit e61dfa4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

modules/customizing-the-appearance/proc-customize-rhdh-sidebar-menuitems.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ Main menu items:: The core navigation structure of sidebar is static.
1111
----
1212
dynamicsPlugins:
1313
frontend:
14-
_<package_name>_:
15-
14+
default.main-menu-items:
1615
menuItems:
1716
default.home:
1817
title: Home
@@ -97,7 +96,7 @@ dynamicPlugins:
9796
<1> `my-plugin`: Matches `path` in `dynamicRoutes`
9897
<2> `priority`: Controls order of plugins under the parent menu item.
9998
<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.
101100
<5> `icon`: Displays the `favorite` icon from the {product-very-short} system icons.
102101
<6> `title`: Displays the title name for the parent menu item.
103102
<7> `priority`: Order of the `favourites` menu item in the sidebar.
@@ -122,7 +121,7 @@ dynamicPlugins:
122121
to: _<path_to_the_menu_target_page>_ # <9>
123122
priority: 100 # <10>
124123
----
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.
126125
<2> `icon`: Enter the menu icon. Required for parent menu items.
127126
<3> `title`: Enter the menu group title. Required for parent menu items.
128127
<4> `priority`: (Optional) Enter the order of this menu item within its menu level.

0 commit comments

Comments
 (0)