{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "advance-widget-pack/countdown-timer",
	"title": "AWP Countdown Timer",
	"category": "widgets",
	"icon": "clock",
	"description": "A countdown to a target date and time, with a configurable message once it ends.",
	"keywords": [ "countdown", "timer", "launch", "awp" ],
	"textdomain": "advance-widget-pack",
	"attributes": {
		"targetDateTime": {
			"type": "string",
			"default": ""
		},
		"endedMessage": {
			"type": "string",
			"default": "We're live!"
		},
		"showLabels": {
			"type": "boolean",
			"default": true
		}
	},
	"supports": {
		"html": false,
		"align": [ "left", "center", "right", "wide" ]
	},
	"editorScript": "file:./index.js",
	"viewScript": "file:./view.js",
	"render": "file:./render.php"
}
