Input

Allows you to display input controls for your widget.


Widget Configuration Output

{
"altText": "A cool grey shirt"
}

User Interface Output

output


JSON Schema

PropertyTypeDescriptionExample
typestringThe type of setting component to display.input
labelstringThe user friendly message to inform the user how this setting will be used.”Alt text”
idstringThe variable name where the setting value will be available in the widget template.”altText”
defaultstringThe default value to use when rendering the widget for the first time.”A cool grey shirt”