File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments