{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "yellowtree/accordion-item",
  "title": "Akkordeon-Item",
  "category": "yellowtree",
  "icon": "block-default",
  "description": "",
  "keywords": ["Accordion", "detail"],
  "parent": ["yellowtree/accordion"],
  "attributes": {
    "title": {
      "type": "string",
      "source": "text",
      "selector": "p.copy-m"
    },
    "content": {
      "type": "string",
      "source": "html",
      "selector": ".accordion-body"
    },
    "anchor": {
      "type": "string",
      "source": "attribute",
      "selector": "details",
      "attribute": "id"
    },
    "index": {
      "type": "number",
      "default": 0
    }
  },
  "supports": {
    "className": true,
    "anchor": true
  }
}
