Skip to content

fieldset

Alberto Parziale edited this page Apr 28, 2020 · 1 revision

Fieldset

{
  "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.

Options

For the general settings fields, check the getting started page.

Clone this wiki locally