{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "gatherpress/venue",
  "version": "1.1.0",
  "title": "Venue",
  "category": "gatherpress",
  "icon": "location",
  "example": {},
  "description": "Provides information about an event venue.",
  "attributes": {
    "mapShow": {
      "type": "boolean",
      "default": true
    },
    "mapAlign": {
      "type": "string",
      "default": ""
    },
    "mapZoomLevel": {
      "type": "number",
      "default": 10
    },
    "mapType": {
      "type": "string",
      "default": "m"
    },
    "mapHeight": {
      "type": "number",
      "default": 300
    },
    "mapCustomLatLong": {
      "type": "boolean",
      "default": false
    }
  },
  "supports": {
    "align": [
      "wide"
    ],
    "html": false
  },
  "textdomain": "gatherpress",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./venue.js",
  "viewStyle": "file:./venue.css",
  "render": "file:./render.php"
}