{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "create-block/advanced-container",
  "version": "1.0.0",
  "title": "Advanced Container",
  "category": "section-blocks",
  "icon": "layout",
  "description": "A versatile structural container with advanced backgrounds, width controls, and inner block support.",
  "keywords": [
    "layout",
    "container",
    "section",
    "wrapper",
    "structure"
  ],
  "attributes": {
    "contentWidth": {
      "type": "string",
      "default": "boxed"
    },
    "maxWidth": {
      "type": "number",
      "default": 1200
    },
    "backgroundType": {
      "type": "string",
      "default": "none"
    },
    "backgroundColor": {
      "type": "string",
      "default": ""
    },
    "backgroundImage": {
      "type": "string",
      "default": ""
    },
    "overlayOpacity": {
      "type": "number",
      "default": 0
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "spacing": {
      "padding": true,
      "margin": true
    },
    "anchor": true,
    "html": false
  },
  "textdomain": "section-blocks",
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}