{
  "$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": 1760447520
    },
    "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": {},
  "editorStyle": "ultimate_blocks-cgb-block-editor-css",
  "editorScript": "ultimate_blocks-cgb-block-js",
  "style": "ultimate_blocks-cgb-style-css",
  "viewScript": "ultimate_blocks-countdown-script"
}