{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "gatherpress/rsvp-form",
  "version": "1.0.0",
  "title": "RSVP Form",
  "category": "gatherpress",
  "icon": "forms",
  "example": {},
  "description": "Allows visitors to RSVP to an event without requiring a site account.",
  "usesContext": [
    "postId",
    "queryId"
  ],
  "supports": {
    "gatherpress": {
      "postIdOverride": true
    },
    "interactivity": true,
    "html": false
  },
  "textdomain": "gatherpress",
  "editorScript": "file:./index.js",
  "viewScriptModule": "file:./view.js"
}