{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "gatherpress/rsvp-guest-count-display",
  "version": "1.0.0",
  "title": "RSVP Guest Count Display",
  "description": "Displays the number of guests associated with a member's RSVP.",
  "category": "gatherpress",
  "ancestor": [
    "gatherpress/rsvp",
    "gatherpress/rsvp-template"
  ],
  "icon": "yes",
  "example": {},
  "attributes": {},
  "usesContext": [
    "commentId",
    "postId",
    "postType",
    "gatherpress/rsvpResponses"
  ],
  "supports": {
    "align": [
      "left",
      "center",
      "right"
    ],
    "spacing": {
      "margin": true,
      "padding": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true
    },
    "color": {
      "text": true,
      "background": true
    },
    "html": false,
    "interactivity": true
  },
  "textdomain": "gatherpress",
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}