{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "billy-blocks/quote-date",
  "title": "Quote Date",
  "icon": "calendar-alt",
  "category": "billy-blocks",
  "textdomain": "billy",
  "supports": {
    "inserter": false,
    "reusable": false,
    "html": false
  },
  "editorScript": "file:./index.js",
  "render": "file:./render.php"
}