# getwid/3.0.1/assets/blocks/countdown/block.json

Getwid – Gutenberg Blocks, version 3.0.1. 118 lines.

- Page: https://pluginprobe.com/plugins/getwid/3.0.1/code/assets/blocks/countdown/block.json
- Raw: https://pluginprobe.com/plugins/getwid/3.0.1/raw/assets/blocks/countdown/block.json
- Modified: 2026-09-01T11:21:20+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/getwid/3.0.1/code/assets/blocks/countdown/block.json#L10-L20`.

```json
{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "textdomain": "getwid",
  "name": "getwid/countdown",
  "description": "Counts down to a chosen date and time.",
  "category": "getwid-blocks",
  "title": "Countdown",
  "supports": {
    "alignWide": true,
    "align": [
      "wide",
      "full"
    ]
  },
  "attributes": {
    "dateTime": {
      "type": "string"
    },
    "years": {
      "type": "boolean",
      "default": false
    },
    "months": {
      "type": "boolean",
      "default": false
    },
    "weeks": {
      "type": "boolean",
      "default": false
    },
    "days": {
      "type": "boolean",
      "default": true
    },
    "hours": {
      "type": "boolean",
      "default": true
    },
    "minutes": {
      "type": "boolean",
      "default": true
    },
    "seconds": {
      "type": "boolean",
      "default": true
    },
    "backgroundColor": {
      "type": "string"
    },
    "textColor": {
      "type": "string"
    },
    "customTextColor": {
      "type": "string"
    },
    "fontGroupID": {
      "type": "string",
      "default": ""
    },
    "fontFamily": {
      "type": "string",
      "default": ""
    },
    "fontSize": {
      "type": "string"
    },
    "fontSizeTablet": {
      "type": "string",
      "default": "fs-tablet-100"
    },
    "fontSizeMobile": {
      "type": "string",
      "default": "fs-mobile-100"
    },
    "fontWeight": {
      "type": "string"
    },
    "fontStyle": {
      "type": "string"
    },
    "textTransform": {
      "type": "string"
    },
    "lineHeight": {
      "type": "string"
    },
    "letterSpacing": {
      "type": "string"
    },
    "align": {
      "type": "string"
    },
    "textAlignment": {
      "type": "string"
    },
    "innerPadding": {
      "type": "string",
      "default": "default"
    },
    "innerSpacings": {
      "type": "string",
      "default": "none"
    },
    "className": {
      "type": "string"
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": [
    "file:./style-index.css"
  ],
  "viewScript": [
    "jquery-countdown",
    "file:./view.js"
  ]
}
```
