{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "rsvpmaker/next-events",
  "title": "RSVPMaker Next Events (RSVP On)",
  "description": "List one or more upcoming events with RSVP registration active, with the first featured and the rest as links.",
  "icon": "calendar-alt",
  "category": "rsvpmaker",
  "keywords": [
    "RSVPMaker",
    "Event",
    "Calendar"
  ],
  "attributes": {
    "number_of_posts": {
      "type": "number",
      "default": 5
    },
    "rsvp_only": {
      "type": "boolean",
      "default": true
    }
  },
  "version": "2",
  "textdomain": "rsvpmaker",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "render": "file:./render.php",
  "style": "file:./style-index.css"
}