{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "simple-rsvp/rsvp-form",
  "version": "1.0.0",
  "title": "RSVP Form",
  "category": "widgets",
  "icon": "forms",
  "description": "Guest lookup and RSVP response form.",
  "keywords": [
    "rsvp",
    "form",
    "wedding",
    "guest"
  ],
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "attributes": {
    "showTitle": {
      "type": "boolean",
      "default": true
    },
    "showSubtitle": {
      "type": "boolean",
      "default": true
    },
    "customTitle": {
      "type": "string",
      "default": ""
    },
    "customSubtitle": {
      "type": "string",
      "default": ""
    }
  },
  "textdomain": "simple-rsvp",
  "editorScript": "file:./index.js",
  "editorStyle": "srsvp-editor",
  "render": "file:./render.php",
  "style": "srsvp-public"
}