{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "ntvb/map",
  "version": "0.1.0",
  "title": "Map",
  "category": "native-blocks",
  "description": "Easily embed a responsive Google Map without requiring an API key.",
  "example": {},
  "supports": {
    "anchor": true,
    "className": true,
    "align": [
      "wide",
      "full"
    ],
    "ariaLabel": true
  },
  "textdomain": "native-blocks",
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css"
}