{
     "$schema": "https://schemas.wp.org/trunk/block.json",
     "apiVersion": 3,
     "name": "ub/countdown",
     "title": "Countdown",
     "category": "ultimateblocks",
     "description": "Add a countdown in your post/pages. Comes with three different styles.",
     "keywords": [
          "Countdown",
          "Timer",
          "Ultimate Blocks"
     ],
     "attributes": {
          "blockID": {
               "type": "string",
               "default": ""
          },
          "endDate": {
               "type": "number",
               "default": 1728565920
          },
          "style": {
               "type": "string",
               "default": "Odometer"
          },
          "expiryMessage": {
               "type": "string",
               "default": ""
          },
          "messageAlign": {
               "type": "string",
               "default": "left"
          },
          "circleColor": {
               "type": "string",
               "default": "#2DB7F5"
          },
          "countdownColor": {
               "type": "string",
               "default": null
          },
          "unitColor": {
               "type": "string",
               "default": null
          },
          "circleSize": {
               "type": "number",
               "default": 70
          },
          "largestUnit": {
               "type": "string",
               "default": "week"
          },
          "smallestUnit": {
               "type": "string",
               "default": "second"
          },
          "padding": {
               "type": "object",
               "default": {}
          },
          "margin": {
               "type": "object",
               "default": {}
          }
     },
     "supports": {}
}