{
  "apiVersion": 2,
  "name": "aab/group-accordion",
  "version": "0.1.0",
  "title": "Group Accordion",
  "category": "accordion-block",
  "description": "Build Accordion and FAQs Easily.",
  "supports": {
    "html": false,
    "anchor": true
  },
  "attributes": {
    "uniqueId": {
      "type": "string"
    },
    "activeAccordionBorder": {
      "type": "object",
      "default": {
        "width": "1px",
        "color": "#77b5f7",
        "style": "solid"
      }
    }
  },
  "textdomain": "advanced-accordion-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}