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/configuring-the-global-header/proc-customize-rhdh-global-header.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,9 +87,9 @@ Enter this field to hide the *Self-service* button from the sidebar menu.
87
87
Remove this field to display the *Self-service* button in the sidebar menu.
88
88
`position`::
89
89
Enter `above-main-content` to position the header above the main content.
90
-
Enter `above-sidebar` to position the header above the side bar.
90
+
Enter `above-sidebar` to position the header above the sidebar.
91
91
92
-
To extend the functionality of the default global header, include any the following attributes in your global header entry:
92
+
To extend the functionality of the default global header, include any of the following attributes in your global header entry:
93
93
94
94
`mountPoint`::
95
95
Specifies the location of the header. Use `application/header` to specify it as a global header. You can configure several global headers at different positions by adding entries to the `mountPoints` field.
Copy file name to clipboardExpand all lines: modules/configuring-the-global-header/ref-mount-points.adoc
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@
5
5
6
6
You can customize the application header in {product-short} using mount points for dynamic plugins. These mount points give flexibility in configuring the position of the header, its components and dropdown menus. You can create a customized experience with the following enhancements:
7
7
8
-
application/header::
8
+
`application/header`::
9
9
Controls the header position. Use `config.position` to set placement as either `above-main-content` or `above-sidebar`.
10
10
11
-
global.header/component::
11
+
`global.header/component`::
12
12
Configures header components. Use `config.priority` to set the order of components, and pass properties (including CSS styles) via `config.props`.
13
13
14
-
`Self-service* button`::
14
+
`Self-service button`::
15
15
+
16
16
[source,yaml,subs="attributes,quotes"]
17
17
----
@@ -48,11 +48,11 @@ mountPoints:
48
48
priority: 150
49
49
----
50
50
51
-
global.header/profile::
51
+
`global.header/profile`::
52
52
Configures the profile dropdown list when the `ProfileDropdown` component is enabled.
53
53
54
54
55
-
* Adding a settings link to the profile dropdown
55
+
* To add a settings link to the profile dropdown, use the following code:
56
56
+
57
57
[source,yaml]
58
58
----
@@ -69,7 +69,7 @@ Configures the profile dropdown list when the `ProfileDropdown` component is ena
69
69
global.header/create::
70
70
Configures the create dropdown list when the `CreateDropdown` component is enabled.
71
71
72
-
* Adding a section for registering a component
72
+
* To add a section for registering a component, use the following code:
0 commit comments