{
	"apiVersion": "1",
	"name": "ctb/countdown-time",
	"title": "Countdown Time",
	"description": "Display events date into a timer.",
	"category": "widgets",
	"keywords": [
		"countdown timer block",
		"countdown ceremony time",
		"countdown events time"
	],
	"textdomain": "countdown-time",
	"attributes": {
		"align": {
			"type": "string",
			"default": ""
		},
		"cId": {
			"type": "string",
			"default": ""
		},
		"destDate": {
			"type": "string",
			"default": ""
		},
		"layout": {
			"type": "string",
			"default": "default"
		},
		"boxIsInline": {
			"type": "boolean",
			"default": false
		},
		"boxPosition": {
			"type": "string",
			"default": "center"
		},
		"isLabels": {
			"type": "boolean",
			"default": true
		},
		"isDays": {
			"type": "boolean",
			"default": true
		},
		"daysLabel": {
			"type": "string",
			"default": "Days"
		},
		"isHours": {
			"type": "boolean",
			"default": true
		},
		"hoursLabel": {
			"type": "string",
			"default": "Hours"
		},
		"isMinutes": {
			"type": "boolean",
			"default": true
		},
		"minutesLabel": {
			"type": "string",
			"default": "Minutes"
		},
		"isSeconds": {
			"type": "boolean",
			"default": true
		},
		"secondsLabel": {
			"type": "string",
			"default": "Seconds"
		},
		"width": {
			"type": "string",
			"default": "0px"
		},
		"background": {
			"type": "object",
			"default": {
				"color": "#0000"
			}
		},
		"padding": {
			"type": "object",
			"default": {
				"vertical": "10px",
				"horizontal": "15px"
			}
		},
		"shadow": {
			"type": "object",
			"default": {}
		},
		"alignment": {
			"type": "string",
			"default": "center"
		},
		"boxBG": {
			"type": "object",
			"default": {
				"type": "gradient",
				"color": "#4527a4",
				"gradient": "linear-gradient(135deg, #4527a4, #8344c5)"
			}
		},
		"boxWidth": {
			"type": "string",
			"default": "170px"
		},
		"boxHeight": {
			"type": "string",
			"default": "120px"
		},
		"boxSpace": {
			"type": "string",
			"default": "30px"
		},
		"boxBorder": {
			"type": "object",
			"default": {
				"radius": "5%"
			}
		},
		"boxShadow": {
			"type": "object",
			"default": {}
		},
		"digitTypo": {
			"type": "object",
			"default": {
				"fontSize": 48
			}
		},
		"digitColor": {
			"type": "string",
			"default": "#fff"
		},
		"labelTypo": {
			"type": "object",
			"default": {
				"fontSize": 18
			}
		},
		"labelColor": {
			"type": "string",
			"default": "#fff"
		},
		"isSep": {
			"type": "boolean",
			"default": false
		},
		"sepType": {
			"type": "string",
			"default": ":"
		},
		"sepSize": {
			"type": "number",
			"default": 52
		},
		"sepColor": {
			"type": "string",
			"default": "#4527a4"
		}
	},
	"supports": {
		"align": [
			"wide",
			"full"
		],
		"html": false
	},
	"example": {
		"attributes": {
			"preview": true,
			"boxWidth": "120px",
			"boxHeight": "100px",
			"boxSpace": "15px",
			"destDate": "Dec 22 2022"
		}
	},
	"editorScript": "file:dist/editor.js",
	"script": "file:dist/script.js"
}