{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "create-block/modernmaps-lite-marker-popup",
    "version": "1.0.1",
    "title": "Marker Popup",
    "category": "widgets",
    "parent": [
        "create-block/modernmaps-lite-marker"
    ],
    "icon": "align-center",
    "description": "Container for the marker popup content.",
    "supports": {
        "color": {
            "background": true,
            "text": true,
            "gradients": true
        },
        "background": {
            "backgroundImage": true
        },
        "__experimentalBorder": {
            "color": true,
            "radius": true,
            "width": true,
            "__experimentalDefaultControls": {
                "color": true,
                "radius": true,
                "width": true
            }
        },
        "spacing": {
            "margin": false,
            "padding": true,
            "blockGap": true,
            "__experimentalSkipSerialization": true
        },
        "shadow": {
            "__experimentalSkipSerialization": true
        }
    },
    "attributes": {
        "width": {
            "type": "string"
        },
        "height": {
            "type": "string"
        }
    },
    "textdomain": "modernmaps-lite",
    "editorScript": "file:./index.js"
}