String Field
type: "string"
A simple string input for text.
Additional Fields
Field | Type | Description |
---|---|---|
defaultValue | string? | The optional default value |
regex | string? | Option regex to validate the string |
Example
mobro-widget-config.json
{
"config": [
{
"name": "example",
"label": "Example",
"type": "string"
}
]
}