Select

Allows you to display select controls for your widget.


Widget Configuration Output

{
"imageHeight": "auto"
}

User Interface Output

output


JSON Schema

PropertyTypeDescriptionExample
typestringThe type of setting component to display.select
labelstringThe user friendly message to inform the user how this setting will be used.”Image height (px)“
idstringThe variable name where the setting value will be available in the widget template.”imageHeight”
defaultstringThe default value to use when rendering the widget for the first time.auto
typeMetaobjectAdditional information needed based on the selected setting type.
typeMeta.selectOptionsarray
typeMeta.selectOptions[].labelstringAuto
typeMeta.selectOptions[].valuestringauto