{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "foxiz-elements/accordion",
  "version": "0.1.0",
  "title": "Accordion - Ruby",
  "category": "widgets",
  "icon": "superhero-alt",
  "description": "Vertically collapsing accordion block for your post content.",
  "supports": {
    "html": false
  },
  "textdomain": "foxiz-core",
  "editorScript": "file:./index.js",
  "keywords": [
    "ruby",
    "foxiz",
    "accordion",
    "tabs",
    "collapse"
  ],
  "attributes": {
    "headingHTMLTag": {
      "type": "string",
      "default": "h3"
    },
    "tocAdded": {
      "type": "boolean",
      "default": true
    },
    "faqSchema": {
      "type": "boolean",
      "default": false
    },
    "desktopHeadingSize": {
      "type": "string",
      "default": ""
    },
    "tabletHeadingSize": {
      "type": "string",
      "default": ""
    },
    "mobileHeadingSize": {
      "type": "string",
      "default": ""
    },
    "headingColor": {
      "type": "string",
      "default": ""
    },
    "darkHeadingColor": {
      "type": "string",
      "default": ""
    },
    "initOpen": {
      "type": "boolean",
      "default": true
    },
    "shadow": {
      "type": "boolean",
      "default": true
    },
    "borderStyle": {
      "type": "string",
      "default": ""
    },
    "borderColor": {
      "type": "string",
      "default": ""
    },
    "darkBorderColor": {
      "type": "string",
      "default": ""
    },
    "borderWidth": {
      "type": "object",
      "default": {
        "top": null,
        "right": null,
        "bottom": null,
        "left": null
      }
    },
    "borderRadius": {
      "type": "number"
    },
    "background": {
      "type": "string",
      "default": ""
    },
    "darkBackground": {
      "type": "string",
      "default": ""
    },
    "desktopPadding": {
      "type": "object",
      "default": {
        "top": "15px",
        "right": "30px",
        "bottom": "15px",
        "left": "30px"
      }
    },
    "tabletPadding": {
      "type": "object",
      "default": {
        "top": "10px",
        "right": "25px",
        "bottom": "10px",
        "left": "25px"
      }
    },
    "mobilePadding": {
      "type": "object",
      "default": {
        "top": "10px",
        "right": "20px",
        "bottom": "10px",
        "left": "20px"
      }
    }
  }
}