{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "ultrablocks/google-maps",
  "version": "0.0.1",
  "title": "Google Maps",
  "category": "ultrablocks",
  "description": "Show maps with custom styles, markers and settings.",
  "keywords": [
    "maps",
    "google"
  ],
  "example": {},
  "attributes": {
    "blockId": {
      "type": "string"
    },
    "lat": {
      "type": "number",
      "default": 40.7127753
    },
    "lng": {
      "type": "number",
      "default": -74.0059728
    },
    "zoom": {
      "type": "number",
      "default": 12
    },
    "height": {
      "type": "number",
      "default": 350
    },
    "showZoomButtons": {
      "type": "boolean",
      "default": true
    },
    "showMapTypeButtons": {
      "type": "boolean",
      "default": true
    },
    "showStreetViewButton": {
      "type": "boolean",
      "default": true
    },
    "showFullscreenButton": {
      "type": "boolean",
      "default": true
    },
    "optionScrollWheel": {
      "type": "boolean",
      "default": true
    },
    "gestureHandling": {
      "type": "string",
      "default": "greedy"
    },
    "optionDraggable": {
      "type": "boolean",
      "default": true
    },
    "content": {
      "type": "string"
    },
    "style": {
      "type": "object",
      "default": {}
    },
    "styleCustom": {
      "type": "string",
      "default": ""
    },
    "markers": {
      "type": "array",
      "default": []
    },
    "fullHeight": {
      "type": "boolean",
      "default": false
    }
  },
  "textdomain": "ultrablocks",
  "editorScript": "file:./index.js",
  "viewScript": "file:./view.js",
  "editorStyle": "file:./editor.css",
  "style": "file:./style.css",
  "supports": {
    "html": false,
    "className": false,
    "anchor": true,
    "align": [
      "wide",
      "full"
    ]
  }
}