{
  "apiVersion": 3,
  "title": "Collapsible",
  "name": "brandy/collapsible",
  "category": "brandy-blocks",
  "description": "A collapsible block with a header and content that supports inner blocks.",
  "attributes": {
    "header": {
      "type": "string",
      "default": "Collapsible Header"
    },
    "iconOpen": {
      "type": "string",
      "default": "plus"
    },
    "iconClose": {
      "type": "string",
      "default": "minus"
    },
    "style": {
      "type": "object",
      "default": {
        "spacing": {
          "padding": {
            "top": "20px",
            "bottom": "20px",
            "left": "20px",
            "right": "20px"
          }
        },
        "border": {
          "style": "solid",
          "width": "1px",
          "color": "#1E1E1E"
        },
        "headerActiveColor": {
          "color": "",
          "slug": ""
        },
        "headerActiveTypography": {
          "type": "object",
          "default": {
            "fontSize": "",
            "fontWeight": "",
            "textTransform": ""
          }
        },
        "activeBackground": {
          "color": "",
          "slug": ""
        },
        "activeBorder": {
          "style": "",
          "width": "",
          "color": ""
        },
        "activeShadow": ""
      }
    }
  },
  "providesContext": {},
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "html": false,
    "color": {
      "background": true,
      "text": true,
      "gradients": true
    },
    "spacing": {
      "padding": true,
      "margin": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalTextTransform": true,
      "__experimentalTextDecoration": true,
      "__experimentalLetterSpacing": true,
      "__experimentalDefaultControls": {
        "fontSize": true
      }
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true
      }
    },
    "shadow": true,
    "inserter": true
  },
  "example": {
    "viewportWidth": 1400
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}