For the complete documentation index, see llms.txt. This page is also available as Markdown.

Divider

Display a divider between content. Use it to visually separate runs of related controls within a group. The control takes no options, stores no value, and needs no id or title.

{
  "divider": {}
}
{
  "groups": [{
    "title": "Card Settings",
    "properties": [{
      "title": "Content",
      "heading": {}
    }, {
      "title": "Title",
      "id": "cardTitle",
      "text": {
        "default": "New arrivals"
      }
    }, {
      "divider": {}
    }, {
      "title": "Button",
      "heading": {}
    }, {
      "title": "Button Label",
      "id": "buttonLabel",
      "text": {
        "default": "Shop now"
      }
    }]
  }]
}

Last updated

Was this helpful?