{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "gatherpress/rsvp",
  "version": "2.0.0",
  "title": "RSVP",
  "category": "gatherpress",
  "icon": "insert",
  "example": {},
  "description": "Enables members to easily confirm their attendance for an event.",
  "usesContext": [
    "postId",
    "queryId"
  ],
  "attributes": {
    "serializedInnerBlocks": {
      "type": "string",
      "default": "[]"
    },
    "selectedStatus": {
      "type": "string",
      "default": "no_status"
    }
  },
  "supports": {
    "gatherpress": {
      "blockGuard": true,
      "postIdOverride": true
    },
    "html": false,
    "interactivity": true
  },
  "textdomain": "gatherpress",
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css",
  "viewScriptModule": "file:./view.js"
}