Skip to content

Commit 5500102

Browse files
author
GitHub Actions
committed
Apply technical review
1 parent 9e915a9 commit 5500102

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

modules/configuring-the-global-header/proc-customize-rhdh-global-header.adoc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,15 +135,21 @@ Specifies the position of the header. Supported values are `above-main-content`
135135
config:
136136
position: above-main-content
137137
- mountPoint: global.header/component
138-
importName: _<Header_component_name>
138+
importName: _<Header_component_name>_
139139
config:
140140
priority: 100
141141
- mountPoint: global.header/component
142-
importName: _<Header_component_name>
142+
importName: _<Header_component_name>_
143143
config:
144144
priority: 90
145145
----
146146
+
147+
where:
148+
149+
<npm_or_oci_package-reference>:: Specifies the package name.
150+
<Application_Header_name>:: Specifies the name of the application header. For example: `MyHeader`
151+
<Header_component_name>:: Specifies the name of the header component. For example: `MyHeaderComponent`
152+
+
147153
[NOTE]
148154
====
149155
`importName` is an optional name referencing the value returned by the scaffolder field extension API.

0 commit comments

Comments
 (0)