Skip to content

Commit 2d67a90

Browse files
committed
Minor changes
1 parent d621e0f commit 2d67a90

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Main menu items:: The core navigation structure of sidebar is static.
1111
----
1212
dynamicsPlugins:
1313
frontend:
14-
_<plugin_name>_:
14+
_<package_name>_:
15+
1516
menuItems:
1617
default.home:
1718
title: Home
@@ -51,7 +52,7 @@ dynamicsPlugins:
5152
----
5253
dynamicPlugins:
5354
frontend:
54-
<plugin_name>: # <1>
55+
_<plugin_name>_: # <1>
5556
menuItems:
5657
<menu_item_name>: # <2>
5758
icon: # home | group | category | extension | school | _<my_icon>_ # <3>
@@ -76,7 +77,7 @@ dynamicPlugins:
7677
----
7778
dynamicPlugins:
7879
frontend:
79-
<package_name>:
80+
_<package_name>_:
8081
dynamicRoutes:
8182
- path: /my-plugin
8283
module: CustomModule

0 commit comments

Comments
 (0)