{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "bento/grid-gallery",
    "version": "1.0.1",
    "title": "Bento Grid Gallery",
    "category": "media",
    "icon": "images-alt2",
    "description": "Advanced photo gallery with Bento Grid layout.",
    "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
        }
    },
    "editorScript": "bento-grid-editor-script",
    "style": "bento-grid-style",
    "script": "bento-grid-frontend-script"
}