{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "easy-architect/easy-accordion",
  "version": "1.1.8",
  "title": "Easy Accordion",
  "category": "design",
  "icon": "archive",
  "description": "Accordion Block",
  "keywords": [
    "accordion",
    "faq"
  ],
  "textdomain": "easy-architect",
  "allowedBlocks": [
    "core/group"
  ],
  "attributes": {
    "animationSpeed": {
      "type": "integer",
      "default": 400
    },
    "transitionTiming": {
      "type": "string",
      "default": "ease"
    },
    "activeIndex": {
      "type": "integer",
      "default": null
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "anchor": true,
    "html": false,
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true
    },
    "color": {
      "gradients": true,
      "link": true,
      "__experimentalDefaultControls": {
        "background": true,
        "text": true
      }
    },
    "spacing": {
      "margin": true,
      "padding": true,
      "__experimentalDefaultControls": {
        "margin": false,
        "padding": false
      }
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalTextDecoration": true,
      "__experimentalFontStyle": true,
      "__experimentalFontWeight": true,
      "__experimentalLetterSpacing": true,
      "__experimentalTextTransform": true,
      "__experimentalWritingMode": true,
      "__experimentalDefaultControls": {
        "fontSize": true,
        "fontAppearance": true
      }
    },
    "interactivity": false,
    "lock": false
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}