{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "epico/dynamic-year-block",
  "version": "0.2.0",
  "title": "Dynamic Year",
  "category": "text",
  "icon": "calendar",
  "keywords": [
    "year",
    "dynamic",
    "block",
    "footer",
    "copyright"
  ],
  "description": "A block that always displays the current year.",
  "textdomain": "dynamic-year-block",
  "attributes": {
    "format": {
      "type": "string",
      "default": "Y"
    }
  },
  "usesContext": [
    "backgroundColor",
    "foregroundColor"
  ],
  "supports": {
    "anchor": true,
    "html": false,
    "className": true,
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true
    },
    "spacing": {
      "padding": true,
      "margin": true
    },
    "color": {
      "gradients": true,
      "__experimentalDefaultControls": {
        "background": true,
        "text": true
      }
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalLetterSpacing": true,
      "__experimentalDefaultControls": {
        "fontSize": true
      }
    }
  },
  "editorScript": "file:./index.js"
}