{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "chronopress-countdown-block/countdown",
	"title": "ChronoPress Countdown",
	"category": "widgets",
	"icon": "clock",
	"description": "Display a countdown timer with customizable styles and display units.",
	"keywords": [ "countdown", "timer", "clock", "time" ],
	"textdomain": "advanced-countdown-timer-block",
	"editorScript": "chronopress-countdown-block-editor",
	"editorStyle": "chronopress-countdown-block-editor",
	"script": "chronopress-countdown-block-frontend",
	"style": "chronopress-countdown-block-style",
	"attributes": {
		"endDate": {
			"type": "string",
			"default": ""
		},
		"style": {
			"type": "string",
			"default": "circle"
		},
		"showDays": {
			"type": "boolean",
			"default": true
		},
		"showHours": {
			"type": "boolean",
			"default": true
		},
		"showMinutes": {
			"type": "boolean",
			"default": true
		},
		"showSeconds": {
			"type": "boolean",
			"default": true
		}
	},
	"supports": {
		"html": false,
		"align": true
	}
}
