{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "emailcraft/spacer",
  "title": "Spacer",
  "category": "emailcraft-general",
  "description": "A spacer block for adding vertical space between elements in EmailCraft emails.",
  "supports": {
    "html": false,
    "align": false
  },
  "attributes": {
    "content": {
      "type": "string",
      "source": "html",
      "selector": "div"
    },
    "height": {
      "type": "string",
      "default": "30px"
    },
    "colors": {
      "type": "object",
      "default": {
        "background": {
          "default": ""
        }
      }
    },
    "isInContainer": {
      "type": "boolean",
      "default": false
    },
    "parentContainerDirection": {
      "type": "string",
      "default": ""
    }
  },
  "editorScript": "file:index.js"
}