{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "easy-architect/image-display",
  "version": "1.1.10",
  "title": "Image",
  "category": "media",
  "description": "Add an image to your Easy Image.",
  "keywords": [
    "img",
    "photo",
    "picture"
  ],
  "textdomain": "easy-architect",
  "icon": "format-image",
  "parent": [
    "easy-architect/easy-image"
  ],
  "allowedBlocks": [
    "easy-architect/overlay-container"
  ],
  "usesContext": [
    "imageId"
  ],
  "attributes": {
    "aspectRatio": {
      "type": "object"
    },
    "objectPosition": {
      "type": "object"
    },
    "linkData": {
      "type": "object"
    },
    "lightboxOptions": {
      "type": "object"
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "anchor": true,
    "ariaLabel": true,
    "filter": {
      "duotone": true
    },
    "html": false,
    "shadow": true,
    "spacing": {
      "margin": [
        "top",
        "bottom"
      ],
      "padding": true,
      "__experimentalDefaultControls": {
        "padding": true
      }
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true
      }
    },
    "selectors": {
      "filter": {
        "duotone": ".wp-block-easy-architect-image-display img"
      }
    }
  },
  "editorScript": "file:./index.js",
  "render": "file:./render.php"
}