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: assemblies/assembly-configuring-the-global-header.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@
4
4
= Configuring the global header in {product}
5
5
6
6
As an administrator, you can configure the {product} global header to create a consistent and flexible navigation bar across your {product-short} instance.
7
-
By default, the {product} global header includes the following components:
7
+
By default, the {product-short} global header includes the following components:
8
8
9
9
* *Create* button provides quick access to a variety of templates, enabling users to efficiently set up services, backend and front-end plugins within {product-short}
10
10
* *Support* button that can link an internal or external support page
11
11
* *Notifications* button displays alerts and updates from plugins and external services
12
-
* *Search* input field allows users to find services, components, documentation, and other resources within {product}
13
-
* *Plugin extension capabilities* provide a pre-installed and enabled catalog of available plugins in {product}
12
+
* *Search* input field allows users to find services, components, documentation, and other resources within {product-short}
13
+
* *Plugin extension capabilities* provide a preinstalled and enabled catalog of available plugins in {product-short}
14
14
* *User profile* drop-down menu provides access to profile settings, appearance customization, {product-short} metadata, and a logout button
Copy file name to clipboardExpand all lines: modules/configuring-the-global-header/proc-customize-rhdh-global-header.adoc
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,12 @@ You can use dynamic plugins to extend the global header with additional buttons
6
6
To extend the functionality of the default global header, include any the following attributes in your global header entry:
7
7
8
8
`mountPoint`::
9
-
Specifies the location of the header. Use `application/header` to specify it as a global header.
9
+
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.
10
10
11
11
`importName`::
12
12
Specifies the component exported by the global header plugin.
13
13
+
14
-
Below is a list of available header components that you can configure using the `config` field:
14
+
The following header components are possible values for the `config` field in the `dynamic-plugins.default.yaml` file:
15
15
16
16
- **`SearchComponent`**: Adds a search bar (enabled by default).
17
17
- **`Spacer`**: Adds spacing in the header to position buttons at the end. Useful when you disable `SearchComponent`.
@@ -29,11 +29,6 @@ Below is a list of available header components that you can configure using the
29
29
`config.position`::
30
30
Specifies the position of the header. Supported values are `above-main-content` and `above-sidebar`.
31
31
32
-
[NOTE]
33
-
====
34
-
You can configure several global headers at different positions by adding entries to the `mountPoints` field.
35
-
====
36
-
37
32
.Prerequisites
38
33
* You have configured the support URL in the `{my-app-config-file}` file.
39
34
* You have installed the notifications plugin.
@@ -44,15 +39,15 @@ You can configure several global headers at different positions by adding entrie
0 commit comments