{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "photo-collage/container",
  "version": "0.5.3",
  "title": "Collage Container",
  "category": "design",
  "icon": "layout",
  "description": "A container for creating freeform photo layouts.",
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "html": false,
    "contentRole": true,
    "listView": true,
    "spacing": {
      "margin": true,
      "padding": true
    },
    "color": {
      "background": true,
      "gradients": true
    },
    "layout": {
      "allowEditing": false
    }
  },
  "textdomain": "photo-collage",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "viewScript": "file:./view.js",
  "attributes": {
    "align": {
      "type": "string",
      "default": "full"
    },
    "stackOnMobile": {
      "type": "boolean",
      "default": true
    },
    "containerHeight": {
      "type": "string",
      "default": ""
    },
    "heightMode": {
      "type": "string",
      "default": "fixed",
      "enum": [
        "fixed",
        "auto"
      ]
    },
    "backgroundType": {
      "type": "string",
      "default": "none",
      "enum": [
        "none",
        "color",
        "gradient",
        "tiling-image",
        "full-image"
      ]
    },
    "backgroundImageId": {
      "type": "number"
    },
    "backgroundImageUrl": {
      "type": "string"
    },
    "backgroundSize": {
      "type": "string",
      "default": "cover",
      "enum": [
        "cover",
        "contain",
        "auto"
      ]
    },
    "backgroundPosition": {
      "type": "string",
      "default": "center center"
    },
    "backgroundRepeat": {
      "type": "boolean",
      "default": false
    }
  },
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}