Text

Allows you to display text box controls for your widget.


Widget Configuration Output

{
"bodyText": "This is some text."
}

Note

New line characters are not supported.


User Interface Output

output


JSON Schema

PropertyTypeDescriptionExample
typestringThe type of setting component to display.text
labelstringThe user friendly message to inform the user how this setting will be used.Body text
idstringThe variable name where the setting value will be available in the widget template.bodyText
defaultstringThe default value to use when rendering the widget for the first time.”This is some text.”