{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "lux-copyright-manager/copyright-year",
  "version": "0.1.0",
  "title": "Lux Copyright Manager",
  "category": "widgets",
  "description": "An advanced Gutenberg block that displays and automatically updates your site's copyright date. Supports date ranges, site title integration, privacy policy links, custom text, SEO Schema.org structured data, and background images. Part of the Lux Copyright Manager plugin that also includes a shortcode implementation.",
  "example": {
    "attributes": {
      "showSymbol": true,
      "showStartingYear": true,
      "startingYear": "2015",
      "showSiteTitle": true
    }
  },
  "keywords": [
    "copyright",
    "date",
    "year",
    "footer",
    "legal"
  ],
  "attributes": {
    "showStartingYear": {
      "type": "boolean",
      "default": false
    },
    "startingYear": {
      "type": "string"
    },
    "showSymbol": {
      "type": "boolean",
      "default": true
    },
    "showSiteTitle": {
      "type": "boolean",
      "default": false
    },
    "showPrivacyLink": {
      "type": "boolean",
      "default": false
    },
    "customPrivacyUrl": {
      "type": "string",
      "default": ""
    },
    "customPrivacyText": {
      "type": "string",
      "default": ""
    },
    "linkSiteTitle": {
      "type": "boolean",
      "default": false
    },
    "linkPrivacyLink": {
      "type": "boolean",
      "default": false
    },
    "customSiteTitleUrl": {
      "type": "string",
      "default": ""
    },
    "customBeforeText": {
      "type": "string",
      "default": "Copyright"
    },
    "customAfterText": {
      "type": "string",
      "default": ""
    },
    "customSeparator": {
      "type": "string",
      "default": "–"
    },
    "bgImageUrl": {
      "type": "string"
    },
    "bgImageId": {
      "type": "number"
    },
    "enableSchema": {
      "type": "boolean",
      "default": false
    },
    "showTagline": {
      "type": "boolean",
      "default": false
    }
  },
  "supports": {
    "color": {
      "background": false,
      "text": true
    },
    "html": false,
    "typography": {
      "fontSize": true
    }
  },
  "textdomain": "lux-copyright-manager",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}