{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "fys/copyright-footer",
  "version": "0.1.0",
  "title": "Copyright Footer",
  "category": "widgets",
  "description": "Adds a footer with a Copyright date that updates every year automatically, with some additional options.",
  "supports": {
    "html": false,
    "spacing": {
      "blockGap": null
    }
  },
  "textdomain": "copyright-footer",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}