Introduction
Each component is generated from a plain Javascript object. The widget form is an array of objects (components).
Common properties
Each object should have these following properties:
| Property | Description | Type | Required |
|---|---|---|---|
| category | be rendered. Possible values: "conditions", "content", "styles, layouts". Will be set to "content" if not provided. | String | No |
| label | Label of the radio group. | String | No |
| type | The type of your field (the component name). | String | Yes |
| propName | Name of the input. | String | No |
Form components
Here is the list of all the form components available for the widget forms: