-
Notifications
You must be signed in to change notification settings - Fork 5
fieldset
Alberto Parziale edited this page Apr 28, 2020
·
1 revision
{
"id": "modal",
"type": "fieldset",
"label": "Modal settings",
"fields": [
{
"id": "title",
"type": "text",
"label": "Title"
},
{
"id": "content",
"type": "wysiwyg",
"label": "Description"
}
]
}
The fieldset field allow you to create a collapsable group of fields.
For the general settings fields, check the getting started page.