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
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
The Container [UI component](https://glossary.magento.com/ui-component)can be used for wrapping particular fields or other ui-components in it with some description text. It can also be used without any field but just to display a notice or description of a fieldset.
8
+
The Container [UI component](https://glossary.magento.com/ui-component)is used for wrapping fields or other ui-components with descriptive text. It may be used without any field to display a notice or description of a fieldset.
9
9
10
10
## Configuration options
11
11
12
-
Component's options are set in the UI-component's configuration `.xml` file as follows:
12
+
Component options are set in the UI-component's configuration `.xml` file as follows:
13
13
14
14
| Option | Description | Type | Default |
15
15
| --- | --- | --- | --- |
16
16
|`template`| Path to the component's `.html` template. | String |`ui/form/components/complex`|
17
-
|`sortOrder`|Sorting order of the Container. | Number |`0`|
17
+
|`sortOrder`|Sort order of the Container. | Number |`0`|
18
18
|`label`| Label displayed for the Container. | String |`''`|
19
19
|`additionalClasses`| CSS class(es) applied to the root node of the component's `.html` template. | String |`''`|
20
20
|`text`| Description for the Container. | String |`''`|
0 commit comments