Separator
type: "separator"
This is not really a field but just a simple separator that can have a label to structure the form a little bit. The separator is an exception and doesn't need a name. The type and an optional label are sufficient.
info
If a layout is defined in the mobro-widget-config.json
then inline separators will be ignored.
caution
The separator is more or less deprecated, please use the layout config to structure fields in a better way.
Example
mobro-widget-config.json
{
"config": [
{
"label": "Example",
"type": "string"
}
]
}