{
  "apiVersion": 3,
  "title": "Card",
  "name": "b3rg/card",
  "version": "1.0.0",
  "category": "b3rg",
  "description": "Display content in stylish, customizable cards for better engagement.",
  "attributes": {
    "variation": {
      "type": "string",
      "default": ""
    },
    "innerDivAllowedBlocks": {
      "type": "array",
      "default": [
        "core/paragraph",
        "core/heading",
        "core/image",
        "core/list",
        "b3rg/icon-block",
        "b3rg/button",
        "b3rg/image-container"
      ]
    },
    "label": {
      "type": "string",
      "default": ""
    },
    "enableLink": {
      "type": "boolean",
      "default": false
    }
  },
  "providesContext": {
    "allowedBlocksInsideDiv": "innerDivAllowedBlocks",
    "b3rg/disableNestedLink": "enableLink"
  },
  "usesContext": [
    "b3rg/disableNestedLink"
  ],
  "supports": {
    "html": false,
    "customClassName": false
  },
  "textdomain": "b3rg",
  "editorScript": "file:index.js",
  "editorStyle": "file:index.css",
  "style": "file:style-index.css"
}