{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "sfb/copyright",
  "version": "0.1.0",
  "title": "Copyright",
  "category": "swift-blocks",
  "description": "Add a copyright date block to your website",
  "example": {},
  "attributes": {
    "fallbackCurrentYear": {
      "type": "string"
    },
    "showStartingYear": {
      "type": "boolean"
    },
    "startingYear": {
      "type": "string"
    },
    "copyrightNote": {
      "type": "string"
    }
  },
  "supports": {
    "color": {
      "background": false,
      "text": true,
      "link": true
    },
    "html": false,
    "typography": {
      "fontSize": true
    }
  },
  "textdomain": "swift-fse-blocks",
  "editorScript": "file:./index.js",
  "render": "file:./render.php"
}