{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "aspect-blocks/accordion",
  "version": "0.1.0",
  "title": "Accordion",
  "category": "aspect-blocks",
  "icon": "welcome-learn-more",
  "attributes": {
    "accordion": {
      "type": "object",
      "default": {
        "tag": "div",
        "multiple": false,
        "class": {
          "sm": "",
          "md": "",
          "desktop": "",
          "custom": ""
        },
        "id": ""
      }
    }
  },
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css",
  "render": "file:./render.php",
  "viewScript": "file:./frontend.js"
}