{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "rsvpmaker/rsvpdateblock",
  "title": "RSVPMaker Date Block",
  "icon": "calendar-alt",
  "category": "rsvpmaker",
  "description": "Use for custom placement of the date / time block",
  "keywords": [
    "RSVPMaker",
    "Events",
    "Calendar"
  ],
  "attributes": {
    "alignment": {
      "type": "string",
      "default": ""
    }
  },
  "version": "1",
  "supports": {
    "html": false,
    "spacing": {
      "margin": true,
      "padding": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true
    },
    "color": {
      "text": true,
      "background": true,
      "link": true
    }
  },
  "usesContext": [
    "postId"
  ],
  "textdomain": "rsvpmaker",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "render": "file:./render.php",
  "style": "file:./style-index.css"
}