{
  "apiVersion": 2,
  "name": "aab/accordion-item",
  "version": "0.1.0",
  "title": "Single Accordion",
  "category": "accordion-block",
  "description": "Single Accordion for Group Accordion",
  "parent": [
    "aab/group-accordion"
  ],
  "supports": {
    "html": false,
    "anchor": true
  },
  "example": {
    "attributes": {
      "heading": "Accordion Heading"
    }
  },
  "attributes": {
    "border": {
      "type": "object",
      "default": {
        "width": "1px",
        "color": "#cccccc",
        "style": "solid"
      }
    },
    "paddings": {
      "type": "object",
      "default": {
        "top": "10px",
        "left": "15px",
        "right": "15px",
        "bottom": "10px"
      }
    },
    "margins": {
      "type": "object",
      "default": {
        "top": "0px",
        "bottom": "15px"
      }
    },
    "borderRadius": {
      "type": "number",
      "default": 0
    },
    "heading": {
      "type": "string",
      "default": "Accordion Heading"
    },
    "headingTag": {
      "type": "string",
      "default": "h4"
    },
    "headingColor": {
      "type": "string"
    },
    "headerBg": {
      "type": "string"
    },
    "showIcon": {
      "type": "boolean",
      "default": true
    },
    "iconClass": {
      "type": "string",
      "default": "plus-alt2"
    },
    "iconPosition": {
      "type": "string",
      "default": "aab_right_icon"
    },
    "iconColor": {
      "type": "string"
    },
    "iconBackground": {
      "type": "string"
    },
    "bodyBg": {
      "type": "string"
    },
    "makeActive": {
      "type": "boolean",
      "default": false
    }
  },
  "textdomain": "advanced-accordion-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}