{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "rsvpmaker/loop-blocks",
  "version": "1.0.0",
  "title": "RSVPMaker Loop Blocks",
  "category": "rsvpmaker",
  "description": "A container for blocks representing the date, excerpt, RSVP Now! registration button.",
  "textdomain": "rsvpmaker",
  "supports": {
    "spacing": {
      "margin": true,
      "padding": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true
    },
    "color": {
      "link": true,
      "text": true,
      "background": true
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}