Skip to main content

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.

Example

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