{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "necessary-block/accordion",
  "version": "1.7.1",
  "title": "Accordion 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": {},
  "parent": [
    "necessary-block/accordions"
  ],
  "allowedBlocks": [
    "necessary-block/content-block"
  ],
  "supports": {
    "html": false,
    "__experimentalExposeControlsToChildren": true,
    "spacing": {
      "margin": true,
      "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
      }
    },
    "layout": {
      "allowSwitching": true,
      "allowInheriting": true,
      "default": {
        "type": "constrained"
      }
    },
    "interactivity": {
      "clientNavigation": true
    },
    "className": true,
    "customClassName": true
  },
  "attributes": {
    "isOpen": {
      "type": "boolean",
      "default": true
    },
    "title": {
      "type": "string"
    },
    "content": {
      "type": "string"
    },
    "titleBackground": {
      "type": "string",
      "default": "#b5bdbc"
    },
    "titleColor": {
      "type": "string",
      "default": "#222"
    },
    "contentBackground": {
      "type": "string",
      "default": "#fff"
    },
    "contentColor": {
      "type": "string",
      "default": "#111"
    },
    "align": {
      "type": "string",
      "default": "initial"
    }
  },
  "keywords": [
    "Accordion Block",
    "necessary Blocks",
    "Accordion"
  ],
  "textdomain": "postcarousel-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}