{
  "$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": [
    "getwid-blocks-common",
    "file:./style-index.css"
  ],
  "viewScript": [
    "jquery-countdown",
    "file:./view.js"
  ]
}