{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "gatherpress/venue",
  "version": "2.0.0",
  "title": "Venue",
  "category": "gatherpress",
  "icon": "location",
  "example": {},
  "description": "Provides information about an event venue.",
  "usesContext": [
    "postId",
    "postType",
    "queryId"
  ],
  "attributes": {
    "sourcePostType": {
      "type": "string",
      "default": "gatherpress_venue"
    },
    "selectedPostId": {
      "type": "integer"
    },
    "selectedPostType": {
      "type": "string"
    },
    "patternPicked": {
      "type": "boolean",
      "default": false
    }
  },
  "supports": {
    "contentRole": true,
    "gatherpress": {
      "blockGuard": true,
      "postIdOverride": true
    },
    "align": [
      "wide",
      "full"
    ],
    "html": false,
    "interactivity": {
      "clientNavigation": true
    },
    "layout": true,
    "listView": true
  },
  "textdomain": "gatherpress",
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}