Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 8e77e26

Browse files
Added Component configuration option
1 parent 1e5f46f commit 8e77e26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/guides/v2.3/ui_comp_guide/components/ui-container.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Component options are set in the UI-component's configuration `.xml` file as fol
1313

1414
| Option | Description | Type | Default |
1515
| --- | --- | --- | --- |
16+
| `component` | Path to the component's `.js` file. | String | `''` |
1617
| `template` | Path to the component's `.html` template. | String | `ui/form/components/complex` |
1718
| `sortOrder` | Sort order of the Container. | Number | `0` |
1819
| `label` | Label displayed for the Container. | String | `''` |

0 commit comments

Comments
 (0)