We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d621e0f commit 2d67a90Copy full SHA for 2d67a90
modules/customizing-the-appearance/proc-customize-rhdh-sidebar-menuitems.adoc
@@ -11,7 +11,8 @@ Main menu items:: The core navigation structure of sidebar is static.
11
----
12
dynamicsPlugins:
13
frontend:
14
- _<plugin_name>_:
+ _<package_name>_:
15
+
16
menuItems:
17
default.home:
18
title: Home
@@ -51,7 +52,7 @@ dynamicsPlugins:
51
52
53
dynamicPlugins:
54
- <plugin_name>: # <1>
55
+ _<plugin_name>_: # <1>
56
57
<menu_item_name>: # <2>
58
icon: # home | group | category | extension | school | _<my_icon>_ # <3>
@@ -76,7 +77,7 @@ dynamicPlugins:
76
77
78
79
- <package_name>:
80
81
dynamicRoutes:
82
- path: /my-plugin
83
module: CustomModule
0 commit comments