{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "title": "Google Map",
  "name": "zolo/google-map",
  "category": "zoloblocks",
  "keywords": [
    "google",
    "map",
    "location",
    "embed",
    "iframe"
  ],
  "description": "Embed Google Maps with customizable settings for easy access.",
  "apiVersion": 3,
  "textdomain": "zoloblocks",
  "example": {
    "attributes": {
      "preview": true
    },
    "viewportWidth": 410
  },
  "supports": {
    "anchor": false,
    "customClassName": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css",
  "viewScript": "file:./frontend.js"
}