{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "necessary-block/accordions",
  "version": "1.7.1",
  "title": "Accordions Block",
  "category": "necessary-blocks",
  "icon": "align-pull-right",
  "description": "Collapsible content block designed to organize and display content in an interactive, space-saving way",
  "example": {},
  "allowedBlocks": [
    "necessary-block/accordion"
  ],
  "supports": {
    "html": false,
    "shadow": true,
    "__experimentalExposeControlsToChildren": true,
    "align": [
      "wide",
      "full"
    ],
    "color": {
      "background": true,
      "text": true,
      "enableContrastChecker": false
    },
    "spacing": {
      "blockGap": [
        "horizontal",
        "vertical"
      ],
      "margin": true,
      "padding": true,
      "__experimentalDefaultControls": {
        "blockGap": true,
        "margin": false,
        "padding": true
      }
    },
    "typography": {
      "fontSize": true,
      "textAlign": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalTextTransform": true,
      "__experimentalTextDecoration": true,
      "__experimentalLetterSpacing": true,
      "__experimentalDefaultControls": {
        "fontSize": true,
        "lineHeight": true
      }
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true,
        "shadow": true
      }
    },
    "layout": {
      "allowSwitching": true,
      "allowInheriting": true,
      "default": {
        "type": "constrained"
      }
    },
    "interactivity": {
      "clientNavigation": true
    },
    "className": true,
    "customClassName": true
  },
  "attributes": {
    "titleBackground": {
      "type": "string",
      "default": "#b5bdbc"
    },
    "titleColor": {
      "type": "string",
      "default": "#222"
    },
    "contentBackground": {
      "type": "string",
      "default": "#fff"
    },
    "contentColor": {
      "type": "string",
      "default": "#111"
    }
  },
  "keywords": [
    "Accordions Block",
    "necessary Blocks",
    "Accordions"
  ],
  "textdomain": "postcarousel-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}