{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "emailcraft/heading",
  "title": "Heading",
  "category": "emailcraft-general",
  "description": "A heading block for adding titles and section headers in EmailCraft emails.",
  "supports": {
    "html": false,
    "align": false
  },
  "attributes": {
    "content": {
      "type": "string",
      "source": "html",
      "selector": "h1",
      "default": "Heading Title"
    },
    "alignment": {
      "type": "string",
      "default": "left"
    },
    "level": {
      "type": "string",
      "default": "h1"
    },
    "width_type": {
      "type": "string",
      "default": "full"
    },
    "width": {
      "type": "string",
      "default": "100%"
    },
    "colors": {
      "type": "object",
      "default": {
        "background": {
          "default": ""
        },
        "color": {
          "default": "#000"
        }
      }
    },
    "typography": {
      "type": "object",
      "default": {
        "fontFamily": "inherit",
        "fontSize": "24px",
        "appearance": "bold",
        "lineHeight": "1.5",
        "letterSpacing": "0px",
        "textDecoration": "none",
        "textTransform": "none",
        "textAlign": "left"
      }
    },
    "padding": {
      "type": "object",
      "default": {
        "top": "0px",
        "bottom": "0px",
        "left": "0px",
        "right": "0px"
      }
    },
    "margin": {
      "type": "object",
      "default": {
        "top": "0px",
        "bottom": "0px",
        "left": "0px",
        "right": "0px"
      }
    },
    "border": {
      "type": "object",
      "default": {
        "border": {
          "default": ""
        },
        "radius": {
          "default": ""
        }
      }
    },
    "isInContainer": {
      "type": "boolean",
      "default": false
    },
    "parentContainerDirection": {
      "type": "string",
      "default": ""
    }
  },
  "editorScript": "file:index.js"
}