{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "templazee/date",
  "version": "0.1.0",
  "title": "Today's Date",
  "category": "templazee",
  "icon": "calendar-alt",
  "description": "Displays the current date dynamically on your website, allowing visitors to see up-to-date information.",
  "example": {},
  "supports": {
    "html": false
  },
  "textdomain": "date",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js",
  "attributes": {
    "dateFormat": {
      "type": "string",
      "default": "Y-m-d"
    },
    "customDate": {
      "type": "string",
      "default": ""
    },
    "fontSize": {
      "type": "number",
      "default": 16
    },
    "color": {
      "type": "string",
      "default": ""
    },
    "textAlign": {
      "type": "string",
      "default": ""
    }
  }
}