Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d7653f8

Browse files
authored
Update ui_comp_xmldeclaration_concept.md
1 parent dac1238 commit d7653f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/v2.1/ui_comp_guide/concepts/ui_comp_xmldeclaration_concept.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Example of a basic UI component declaration:
2929
A UI component is declared using the `<uiComponent/>` node. The `name` attribute in the `<uiComponent/>` node references the XML configuration of the basic UI component's instance. This configuration is a separate `.xml` file. It is stored in the `<module_dir>/view/<area>/ui_component/` directory. For example `<module_dir>/view/<area>/ui_component/%instance_name%.xml`.
3030

3131

32-
## About the top-level component configuration file
32+
## About the basic component configuration file
3333

3434
The instance configuration file name is the name of instance (`%instance_name%`). The namespace of the names is global; meaning that if the file names in different modules are the same, they are merged into a single configuration for the particular instance.
3535

0 commit comments

Comments
 (0)