{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "emailcraft/divider",
  "title": "Divider",
  "category": "emailcraft-general",
  "description": "A divider block for visually separating content sections in EmailCraft emails.",
  "supports": {
    "html": false,
    "align": false
  },
  "attributes": {
    "content": {
      "type": "string",
      "source": "html",
      "selector": "div"
    },
    "colors": {
      "type": "object",
      "default": {
        "background": {
          "default": "#cccccc"
        }
      }
    },
    "alignment": {
      "type": "string",
      "default": "left"
    },
    "width_type": {
      "type": "string",
      "default": "custom"
    },
    "width": {
      "type": "string",
      "default": "90%"
    },
    "height": {
      "type": "string",
      "default": "1px"
    },
    "margin": {
      "type": "object",
      "default": {
        "top": "0px",
        "bottom": "0px",
        "left": "0px",
        "right": "0px"
      }
    },
    "isInContainer": {
      "type": "boolean",
      "default": false
    },
    "parentContainerDirection": {
      "type": "string",
      "default": ""
    }
  },
  "editorScript": "file:index.js"
}