{
  "apiVersion" : 3,
  "name" : "foundry/foundry-map-block",
  "title" : "Refoundry Map Block",
  "category" : "design",
  "attributes" : {
    "mapType" : {
      "type" : "string",
      "default" : "roadmap"
    },
    "zoom" : {
      "type" : "number"
    },
    "interactive" : {
      "type" : "boolean",
      "default" : true
    },
    "height" : {
      "type" : "object",
      "baseClass" : false,
      "responsiveUtilityType" : "height",
      "default" : {
        "all" : "500px",
        "md" : "350px",
        "sm" : "300px"
      }
    },
    "width" : {
      "type" : "string",
      "default" : "100%"
    },
    "mapId" : {
      "type" : "string"
    },
    "mapStyle" : {
      "type" : "string"
    },
    "disableDefaultUI" : {
      "type" : "boolean"
    },
    "iconId" : {
      "type" : "number"
    },
    "apiKey" : {
      "type" : "string",
      "default" : ""
    },
    "locations" : {
      "type" : "array",
      "default" : []
    }
  },
  "editorScript" : "fndry-editor-js",
  "editorStyle" : "fndry-editor-css",
  "style" : "file:./style.min.css",
  "supports" : {
    "html" : false,
    "fndryBlockId": true,
    "align" : [
      "wide",
      "full"
    ]
  }
}