{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "gutenito-blocks-addon/digital-clock",
  "version": "1.0.0",
  "title": "Digital Clock",
  "category": "gutenito",
  "description": "Display the current date and time",
  "keywords": [
    "clock",
    "clock-block"
  ],
  "icon": "clock",
  "example": {
    "attributes": {
      "preview": true
    }
  },
  "attributes": {
    "textColor": {
      "type": "string"
    },
    "backgroundColor": {
      "type": "string"
    },
    "alignmentDesktop": {
      "type": "string"
    },
    "alignmentTablet": {
      "type": "string"
    },
    "alignmentMobile": {
      "type": "string"
    },
    "fontSize": {
      "type": "string"
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "gutenito-blocks-addon",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}