{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "map-block-leaflet/map-block-leaflet",
  "version": "3.1.0",
  "title": "Map Block Leaflet",
  "category": "embed",
  "description": "Allows embed maps in your contents, good alternative to Google Maps without the need for api key",
  "keywords": [
    "map",
    "leaflet"
  ],
  "attributes": {
    "lat": {
      "type": "number",
      "default": 40.416775
    },
    "lng": {
      "type": "number",
      "default": -3.70379
    },
    "zoom": {
      "type": "number",
      "default": 15
    },
    "height": {
      "type": "number",
      "default": 220
    },
    "themeId": {
      "type": "number",
      "default": 1
    },
    "themeUrl": {
      "type": "string",
      "default": "https://{s}.basemaps.cartocdn.com/rastertiles/voyager/{z}/{x}/{y}{r}.png"
    },
    "themeAttribution": {
      "type": "string",
      "default": "&copy; <a href=\"http: //www.openstreetmap.org/copyright\">OpenStreetMap</a> &copy; <a href=\"https://carto.com/attribution\">CARTO</a>"
    },
    "disableScrollZoom": {
      "type": "boolean",
      "default": true
    },
    "content": {
      "type": "string",
      "default": ""
    },
    "markerImage": {
      "type": "object",
      "default": null
    },
    "markerSize": {
      "type": "number",
      "default": 36
    }
  },
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "alignWide": true
  },
  "textdomain": "map-block-leaflet",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "render": "file:./render.php",
  "style": "lib-css-map-block-leaflet",
  "viewScript": "lib-js-map-block-leaflet"
}