{
    "apiVersion": 3,
    "title": "Room Box",
    "name": "bw/room-box",
    "category": "layout",
    "icon": "format-image",
    "description": "An elegant room card with image, hover zoom effect, and bottom bar with title and link.",
    "keywords": ["room", "card", "image", "hover", "box"],
    "editorScript": "file:./index.js",
    "editorStyle": "file:./index.css",
    "style": "file:./index.css",
    "attributes": {
        "blockId": {
            "type": "string",
            "default": ""
        },
        "imageId": {
            "type": "number",
            "default": 0
        },
        "imageUrl": {
            "type": "string",
            "default": ""
        },
        "imageAlt": {
            "type": "string",
            "default": ""
        },
        "title": {
            "type": "string",
            "default": "Room Title"
        },
        "linkUrl": {
            "type": "string",
            "default": ""
        },
        "aspectRatio": {
            "type": "string",
            "default": "16/9"
        },
        "buttonText": {
            "type": "string",
            "default": "View More"
        },
        "zoomLevel": {
            "type": "number",
            "default": 1.05
        },
        "borderRadius": {
            "type": "number",
            "default": 0
        }
    },
    "supports": {
        "align": ["wide", "full"],
        "anchor": true,
        "className": true
    }
}
