{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "title": "Pane",
  "category": "kadence-blocks",
  "textdomain": "kadence-blocks",
  "parent": [
    "kadence/accordion"
  ],
  "attributes": {
    "id": {
      "type": "number",
      "default": 1
    },
    "title": {
      "type": "rich-text",
      "source": "rich-text",
      "selector": ".kt-blocks-accordion-title",
      "default": ""
    },
    "titleTag": {
      "type": "string",
      "default": "div"
    },
    "hideLabel": {
      "type": "boolean",
      "default": false
    },
    "ariaLabel": {
      "type": "string",
      "default": ""
    },
    "icon": {
      "type": "string",
      "default": ""
    },
    "iconSide": {
      "type": "string",
      "default": "right"
    },
    "uniqueID": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "inserter": false,
    "reusable": false,
    "html": false,
    "anchor": true,
    "lock": false,
    "kbMetadata": true,
    "kbContentLabel": "title",
    "ktdynamic": true
  }
}