{
  "apiVersion": 3,
  "name": "mapsvg/map",
  "title": "MapSVG",
  "category": "embed",
  "icon": "location-alt",
  "description": "Embed a MapSVG map with live preview in the editor.",
  "keywords": ["map", "mapsvg", "svg"],
  "textdomain": "mapsvg",
  "attributes": {
    "mapId": {
      "type": "number",
      "default": 0
    },
    "title": {
      "type": "string",
      "default": ""
    },
    "selected": {
      "type": "string",
      "default": ""
    },
    "lazy": {
      "type": "boolean",
      "default": false
    }
  },
  "supports": {
    "html": false,
    "align": ["wide", "full"]
  },
  "editorScript": "mapsvg-block"
}
