{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "version": "21.0.6",
  "textdomain": "snow-monkey-blocks",
  "name": "snow-monkey-blocks/countdown",
  "title": "Countdown Timer",
  "description": "Display the countdown until the set date and time (Front-end only)",
  "category": "smb",
  "attributes": {
    "alignment": {
      "type": "string"
    },
    "countdownTime": {
      "type": "string"
    },
    "numericColor": {
      "type": "string"
    },
    "clockColor": {
      "type": "string"
    },
    "clockFontSizeSlug": {
      "type": "string"
    },
    "clockFontSize": {
      "type": "string"
    },
    "numericFontSizeSlug": {
      "type": "string"
    },
    "numericFontSize": {
      "type": "string"
    }
  },
  "supports": {
    "html": false,
    "spacing": {
      "margin": true
    }
  },
  "style": "file:./style-index.css",
  "editorScript": "file:./index.js",
  "viewScript": "file:./script.js"
}