{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "alpha-blocks/accordion-item",
  "version": "1.0.1",
  "title": "Accordion Item",
  "category": "alpha-blocks",
  "parent": [
    "alpha-blocks/accordion"
  ],
  "icon": "editor-ul",
  "attributes": {
    "blockID": {
      "type": "string"
    },
    "itemTitle": {
      "type": "string",
      "default": "Accordion Title"
    },
    "itemContent": {
      "type": "string",
      "source": "html",
      "selector": "p"
    },
    "itemTitleTag": {
      "type": "string",
      "default": "h3",
      "inspectorController": {
        "targetTab": "general",
        "targetAccordionTab": "general",
        "inspectorComponent": "InspectorSelectButton",
        "inspectorLabel": "Title Tag",
        "options": [
          {
            "label": "H1",
            "value": "h1"
          },
          {
            "label": "H2",
            "value": "h2"
          },
          {
            "label": "H3",
            "value": "h3"
          },
          {
            "label": "H4",
            "value": "h4"
          },
          {
            "label": "H5",
            "value": "h5"
          },
          {
            "label": "H6",
            "value": "h6"
          },
          {
            "label": "P",
            "value": "p"
          }
        ]
      }
    },
    "activeIcon": {
      "type": "object"
    },
    "inactiveIcon": {
      "type": "object"
    }
  },
  "usesContext": [
    "alphablock/accordion/activeIcon",
    "alphablock/accordion/inactiveIcon",
    "alphablock/accordion/questionTag"
  ],
  "supports": {
    "html": false,
    "reusable": false,
    "customClassName": false
  },
  "textdomain": "alpha-blocks",
  "editorScript": "file:./index.js"
}