{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "bento/grid-gallery",
    "version": "1.1.1",
    "title": "Bento Grid Gallery",
    "category": "media",
    "icon": "images-alt2",
    "description": "Advanced photo gallery with Bento Grid layout, manual Media Library source, or dynamic ACF Gallery source.",
    "keywords": [
        "bento",
        "gallery",
        "grid"
    ],
    "textdomain": "bento-grid-gallery",
    "supports": {
        "html": false,
        "align": [
            "wide",
            "full"
        ],
        "multiple": true
    },
    "attributes": {
        "images": {
            "type": "array",
            "default": []
        },
        "desktopHeight": {
            "type": "string",
            "default": "500px"
        },
        "desktopColumns": {
            "type": "number",
            "default": 3
        },
        "imageSource": {
            "type": "string",
            "default": "manual"
        },
        "acfFieldName": {
            "type": "string",
            "default": ""
        },
        "acfFallback": {
            "type": "boolean",
            "default": true
        }
    },
    "editorScript": "bento-grid-editor-script",
    "style": "bento-grid-style",
    "viewScript": "bento-grid-frontend-script",
    "usesContext": [
        "postId",
        "postType"
    ],
    "editorStyle": "bento-grid-editor-style"
}
