{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "emailcraft/container",
  "title": "Container",
  "category": "emailcraft-general",
  "description": "A flexible container block for grouping and structuring email content in EmailCraft.",
  "supports": {
    "html": false,
    "align": false
  },
  "attributes": {
    "width_type": {
      "type": "string",
      "default": "custom"
    },
    "width": {
      "type": "string",
      "default": "100%"
    },
    "height": {
      "type": "string",
      "default": "30px"
    },
    "align_items": {
      "type": "string",
      "default": "center"
    },
    "background_type": {
      "type": "string",
      "default": "color"
    },
    "colors": {
      "type": "object",
      "default": {
        "background": {
          "default": ""
        }
      }
    },
    "media": {
      "type": "object",
      "default": {}
    },
    "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": ""
        }
      }
    },
    "layout": {
      "type": "array",
      "default": []
    },
    "direction": {
      "type": "string",
      "default": "column"
    },
    "isLayoutSet": {
      "type": "boolean",
      "default": false
    },
    "isInContainer": {
      "type": "boolean",
      "default": false
    },
    "parentContainerDirection": {
      "type": "string",
      "default": ""
    }
  },
  "editorScript": "file:index.js"
}