{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "wpopus/google-map",
  "version": "1.0.0",
  "title": "Google Map",
  "category": "wpopus",
  "description": "Embed simple google map without API key with dynamic location.",
  "example": {},
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "shadow": true
  },
  "attributes": {
    "mapLocation": {
      "type": "string",
      "default": "San Francisco, CA"
    },
    "mapHeight": {
      "type": "number",
      "default": 400
    }
  },
  "textdomain": "wpopus",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}