{
  "$schema": "https://json.schemastore.org/block.json",
  "apiVersion": 2,
  "name": "blockons/accordions",
  "title": "Accordions",
  "textdomain": "blockons",
  "icon": "menu",
  "category": "blockons-category",
  "keywords": [
    "accordions",
    "accordion",
    "content",
    "collapsible",
    "blockons"
  ],
  "supports": {
    "html": false
  },
  "attributes": {
    "accordionDesign": {
      "type": "string",
      "default": "one"
    },
    "iconFirst": {
      "type": "boolean",
      "default": false
    },
    "closeAll": {
      "type": "boolean",
      "default": false
    },
    "centeredLabel": {
      "type": "boolean",
      "default": false
    }
  },
  "providesContext": {
    "blockons/iconFirst": "iconFirst",
    "blockons/closeAll": "closeAll"
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "viewScript": "file:./js-accordions.js",
  "style": [
    "file:./style-index.css",
    "blockons-fontawesome"
  ]
}