{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "easy-architect/easy-image",
    "version": "1.1.5",
    "title": "Easy Image",
    "category": "media",
    "description": "Insert an image to make a visual statement. Optionally connect to image meta fields.",
    "keywords": [ "img", "photo", "picture", "gallery" ],
    "textdomain": "easy-architect",
    "icon": "cover-image",
    "allowedBlocks": [
        "easy-architect/image-display",
        "easy-architect/image-caption"
    ],
    "usesContext": ["imageId"],
    "attributes": {
        "imageId": {
            "type": "integer"
        },
        "connections": {
            "type": "object",
            "default": {
                "imageId": { 
                    "type": "image" 
                }
            }
        }
    },
    "supports": {
        "align": [ "wide", "full" ],
        "anchor": true,
        "ariaLabel": true,
        "html": false,
        "color": {
            "gradients": true,
            "__experimentalDefaultControls": {
                "background": true,
                "text": true
            }
        },
        "shadow": 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
            }
        }
    },
    "editorScript": "file:./index.js",
    "render": "file:./render.php"
}