Skip to main content

String Field

type: "string"

A simple string input for text.

Additional Fields

FieldTypeDescription
defaultValuestring?The optional default value
regexstring?Option regex to validate the string

Example

mobro-widget-config.json
{
"config": [
{
"name": "example",
"label": "Example",
"type": "string"
}
]
}