Select
Allows you to display select controls for your widget.
Widget Configuration Output
User Interface Output
![]()
JSON Schema
Allows you to display select controls for your widget.
Widget Configuration Output
{ "imageHeight": "auto" }
User Interface Output
![]()
JSON Schema
| Property | Type | Description | Example |
|---|---|---|---|
type | string | The type of setting component to display. | select |
label | string | The user friendly message to inform the user how this setting will be used. | ”Image height (px)“ |
id | string | The variable name where the setting value will be available in the widget template. | ”imageHeight” |
default | string | The default value to use when rendering the widget for the first time. | auto |
typeMeta | object | Additional information needed based on the selected setting type. | |
typeMeta.selectOptions | array | ||
typeMeta.selectOptions[].label | string | Auto | |
typeMeta.selectOptions[].value | string | auto |