{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "gmap/gmap-block",
    "version": "1.0.0",
    "title": "Google Map",
    "category": "widgets",
    "description": "Display a Google Map",
    "supports": {
        "html": false,
        "align": ["wide", "full"],
        "className": false,
        "customClassName": false
    },
    "example": {},
    "textdomain": "gmap-block",
    "editorScript": "file:./index.js",
    "editorStyle": "file:./index.css",
    "style": "file:./style-index.css"
}
