{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "gatherpress/rsvp-template",
  "version": "1.0.0",
  "title": "RSVP Template",
  "category": "gatherpress",
  "icon": "groups",
  "example": {},
  "description": "Define a reusable template for RSVP entries dynamically populated with data.",
  "supports": {
    "html": false
  },
  "usesContext": [
    "gatherpress/rsvpResponses",
    "gatherpress/rsvpLimitEnabled",
    "gatherpress/rsvpLimit",
    "postId"
  ],
  "parent": [
    "core/group"
  ],
  "ancestor": [
    "core/rsvp-response"
  ],
  "textdomain": "gatherpress",
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css",
  "viewScriptModule": [
    "file:./view.js"
  ]
}