{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "emailcraft/image",
  "title": "Image",
  "category": "emailcraft-general",
  "description": "An image block for displaying images in EmailCraft emails.",
  "supports": {
    "html": false,
    "align": false
  },
  "attributes": {
    "content": {
      "type": "string",
      "source": "html",
      "selector": "img"
    },
    "alignment": {
      "type": "string",
      "default": "left"
    },
    "width_type": {
      "type": "string",
      "default": "full"
    },
    "width": {
      "type": "string",
      "default": "100%"
    },
    "media": {
      "type": "object",
      "default": {}
    },
    "url": {
      "type": "string",
      "default": ""
    },
    "colors": {
      "type": "object",
      "default": {
        "background": {
          "default": ""
        }
      }
    },
    "padding": {
      "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"
}