{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "rsvpmaker/submission",
  "title": "RSVPMaker Submission Form",
  "icon": "calendar-alt",
  "category": "rsvpmaker",
  "description": "Displays a front end form unauthenticated users can use to submit an event for approval by a website editor or administrator.",
  "keywords": [
    "RSVPMaker",
    "Event",
    "Submission"
  ],
  "attributes": {
    "to": {
      "type": "string",
      "default": ""
    },
    "timezone": {
      "type": "boolean",
      "default": false
    }
  },
  "version": "2",
  "textdomain": "rsvpmaker",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "render": "file:./render.php",
  "style": "file:./style-index.css"
}