{
  "apiVersion": 2,
  "name": "aab/accordion-item",
  "version": "5.2.2",
  "title": "Single Accordion",
  "category": "accordion-block",
  "description": "Individual accordion item that works as a child block within the Group Accordion parent block.",
  "parent": [
    "aab/group-accordion"
  ],
  "supports": {
    "html": false
  },
  "example": {
    "attributes": {
      "heading": "Accordion Heading"
    }
  },
  "attributes": {
    "progressBarActiveColor": {
      "type": "string",
      "default": "#0866ff"
    },
    "progressBarBgColor": {
      "type": "string",
      "default": "#e0e0e0"
    },
    "autoPlay": {
      "type": "boolean",
      "default": false
    },
    "duration": {
      "type": "number",
      "default": 3000
    },
    "progressBarDirection": {
      "type": "string",
      "default": "horizontal"
    },
    "QaStyle": {
      "type": "boolean",
      "default": false
    },
    "singleAcdId": {
      "type": "string"
    },
    "border": {
      "type": "object"
    },
    "headingBorder": {
      "type": "object"
    },
    "bodyBorder": {
      "type": "object"
    },
    "paddings": {
      "type": "object"
    },
    "margins": {
      "type": "object"
    },
    "borderRadius": {
      "type": "number"
    },
    "heading": {
      "type": "string",
      "default": "Accordion Heading",
      "source": "html",
      "selector": ".aagb__accordion_title"
    },
    "subheading": {
      "type": "string",
      "default": ""
    },
    "subheadingColor": {
      "type": "string"
    },
    "headingTag": {
      "type": "string"
    },
    "headingColor": {
      "type": "string"
    },
    "headerBg": {
      "type": "string"
    },
    "activeHeaderBg": {
      "type": "string"
    },
    "activeHeadingColor": {
      "type": "string"
    },
    "headingIconImageUrl": {
      "type": "string",
      "default": ""
    },
    "headingIconAlt": {
      "type": "string",
      "default": ""
    },
    "showHeadingIcon": {
      "type": "boolean",
      "default": false
    },
    "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
    },
    "uniqueId": {
      "type": "string"
    },
    "buttonShow": {
      "type": "boolean",
      "default": false
    },
    "anchorLinkShow": {
      "type": "boolean"
    },
    "anchorPosition": {
      "type": "string",
      "default": "aagb_right_link"
    },
    "contentCount": {
      "type": "number",
      "default": 300
    },
    "readMoreText": {
      "type": "string"
    },
    "qIconText": {
      "type": "string"
    },
    "qIconColor": {
      "type": "string"
    },
    "qIconBg": {
      "type": "string"
    },
    "aIconText": {
      "type": "string"
    },
    "aIconColor": {
      "type": "string"
    },
    "aIconBg": {
      "type": "string"
    },
    "faqSchema": {
      "type": "boolean"
    },
    "step": {
      "type": "boolean"
    },
    "stepText": {
      "type": "string"
    },
    "stepCmpltText": {
      "type": "string",
      "default": "Congratulations, you are done!"
    },
    "checkList": {
      "type": "boolean"
    },
    "button_show": {
      "type": "boolean"
    },
    "selectedCategories": {
      "type": "array",
      "default": []
    },
    "enableLabels": {
      "type": "boolean",
      "default": false
    },
    "labels": {
      "type": "array",
      "default": []
    },
    "labelsTextColor": {
      "type": "string",
      "default": ""
    },
    "labelsBgColor": {
      "type": "string",
      "default": ""
    },
    "labelsGlobalTextColor": {
      "type": "string",
      "default": "#1570EC"
    },
    "labelsGlobalBgColor": {
      "type": "string",
      "default": "#c1d8f7"
    },
    "accessibilityOn": {
      "type": "boolean",
      "default": true
    },
    "focusOutlineColor": {
      "type": "string",
      "default": "#C2DBFE"
    },
    "defaultStyles": {
      "type": "object"
    },
    "featureImageUrl": {
      "type": "string",
      "default": ""
    },
    "featureImageAlt": {
      "type": "string",
      "default": ""
    },
    "isFeatureImg": {
      "type": "boolean",
      "default": false
    },
    "autoNumbering": {
      "type": "boolean",
      "default": false
    },
    "autoNumberingColor": {
      "type": "string"
    },
    "progressBarOn": {
      "type": "boolean",
      "default": false
    },
    "nextPrevious": {
      "type": "boolean",
      "default": false
    }
  },
  "textdomain": "advanced-accordion-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": [
    "aagb-group-accordion-item"
  ]
}