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
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.
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 a field to display a notice or description of a fieldset.
9
9
10
10
## Configuration options
11
11
12
-
Component 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.
13
13
14
14
| Option | Description | Type | Default |
15
15
| --- | --- | --- | --- |
@@ -28,7 +28,7 @@ Component options are set in the UI-component's configuration `.xml` file as fol
28
28
29
29
### Container with a component
30
30
31
-
The following sample is an example of the Container component contain a `Select` component.
31
+
The following is an example of the Container component on a `Select` component.
32
32
The `<container>` node must be located in the scope of the `<fieldset>` node.
33
33
34
34
```xml
@@ -75,7 +75,7 @@ The `<container>` node must be located in the scope of the `<fieldset>` node.
75
75
76
76
### Container without any fields
77
77
78
-
The following sample is an example of the Container component only.
78
+
The following is an example of the Container component only.
0 commit comments