{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "awt/child-author-gallery",
    "title": "Photo Gallery (Child Author)",
    "category": "author-website-templates",
    "icon": "format-gallery",
    "description": "Photo gallery grid with bulk upload and playful hover effects",
    "keywords": [
        "gallery",
        "photos",
        "images",
        "grid",
        "child-author"
    ],
    "textdomain": "author-website-templates",
    "editorScript": "file:./index.js",
    "attributes": {
        "align": {
            "type": "string",
            "default": "full"
        },
        "heading": {
            "type": "string",
            "default": "My Adventures"
        },
        "images": {
            "type": "array",
            "default": []
        },
        "columns": {
            "type": "number",
            "default": 4
        },
        "sectionBgColor": {
            "type": "string",
            "default": ""
        },
        "headingColor": {
            "type": "string",
            "default": ""
        },
        "blockId": {
            "type": "string",
            "default": ""
        }
    },
    "supports": {
        "html": false,
        "align": [
            "full"
        ]
    },
    "style": "file:./index.css"
}