{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "easy-architect/easy-gallery",
  "version": "1.1.5",
  "title": "Easy Gallery",
  "category": "media",
  "description": "Insert a Gallery to make a visual statement. Optionally connect to gallery meta fields.",
  "keywords": [
    "img",
    "photo",
    "picture",
    "gallery"
  ],
  "textdomain": "easy-architect",
  "icon": "format-gallery",
  "allowedBlocks": [
    "easy-architect/easy-image"
  ],
  "attributes": {
    "imageIds": {
      "type": "array",
      "items": {
        "type": "integer"
      },
      "default": []
    },
    "connections": {
      "type": "object",
      "default": {
        "imageIds": {
          "type": "gallery"
        }
      }
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "anchor": true,
    "ariaLabel": true,
    "html": false,
    "color": {
      "gradients": true,
      "heading": true,
      "button": true,
      "link": true,
      "__experimentalDefaultControls": {
        "background": true,
        "text": true
      }
    },
    "shadow": true,
    "spacing": {
      "margin": [
        "top",
        "bottom"
      ],
      "padding": true,
      "blockGap": true,
      "__experimentalDefaultControls": {
        "padding": true,
        "blockGap": true
      }
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true
      }
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalTextTransform": true,
      "__experimentalTextDecoration": true,
      "__experimentalLetterSpacing": true,
      "__experimentalDefaultControls": {
        "fontSize": true
      }
    },
    "layout": {
      "allowSwitching": false,
      "default": {
        "type": "grid"
      }
    }
  },
  "editorScript": "file:./index.js",
  "render": "file:./render.php"
}