{
  "name": "coblocks/accordion-item",
  "category": "common",
  "attributes": {
    "title": {
      "type": "string",
      "selector": ".wp-block-coblocks-accordion__title"
    },
    "open": {
      "type": "boolean",
      "default": false
    },
    "backgroundColor": {
      "type": "string"
    },
    "customBackgroundColor": {
      "type": "string"
    },
    "textColor": {
      "type": "string"
    },
    "customTextColor": {
      "type": "string"
    },
    "borderColor": {
      "type": "string"
    }
  },
  "title": "Accordion Item",
  "textdomain": "coblocks",
  "description": "Add collapsable accordion items to accordions.",
  "editorScript": [
    "coblocks-1"
  ],
  "parent": [
    "coblocks/accordion"
  ]
}