{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "emailcraft/button",
  "title": "Button",
  "category": "emailcraft-general",
  "description": "A button block for adding call-to-action buttons in EmailCraft emails.",
  "supports": {
    "html": false,
    "align": false
  },
  "attributes": {
    "content": {
      "type": "string",
      "source": "html",
      "selector": "a",
      "default": "Click Here"
    },
    "alignment": {
      "type": "string",
      "default": "left"
    },
    "width_type": {
      "type": "string",
      "default": "full"
    },
    "width": {
      "type": "string",
      "default": "100%"
    },
    "url": {
      "type": "string",
      "default": "https://www.crafium.com"
    },
    "colors": {
      "type": "object",
      "default": {
        "background": {
          "default": "#28a745"
        },
        "color": {
          "default": "#fff"
        }
      }
    },
    "typography": {
      "type": "object",
      "default": {
        "fontFamily": "inherit",
        "fontSize": "14px",
        "appearance": "regular",
        "lineHeight": "24px",
        "letterSpacing": "0px",
        "textDecoration": "none",
        "textTransform": "none",
        "textAlign": "left"
      }
    },
    "padding": {
      "type": "object",
      "default": {
        "top": "12px",
        "bottom": "12px",
        "left": "24px",
        "right": "24px"
      }
    },
    "margin": {
      "type": "object",
      "default": {
        "top": "0px",
        "bottom": "0px",
        "left": "0px",
        "right": "0px"
      }
    },
    "border": {
      "type": "object",
      "default": {
        "border": {
          "default": ""
        },
        "radius": "4px"
      }
    },
    "isInContainer": {
      "type": "boolean",
      "default": false
    },
    "parentContainerDirection": {
      "type": "string",
      "default": ""
    }
  },
  "editorScript": "file:index.js"
}