{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "codeatoz/scm-countdown",
	"title": "SCM Campaign Countdown",
	"category": "widgets",
	"description": "Display a live countdown timer for an active or specific campaign.",
	"keywords": [ "countdown", "timer", "sale", "campaign", "woocommerce" ],
	"icon": "clock",
	"textdomain": "codeatoz-campaign-manager",
	"supports": {
		"html": false,
		"align": [ "wide", "full" ]
	},
	"attributes": {
		"campaignId": {
			"type": "string",
			"default": "active"
		},
		"label": {
			"type": "string",
			"default": "Sale ends in",
			"role": "content"
		},
		"showLabel": {
			"type": "boolean",
			"default": true
		}
	},
	"editorScript": "file:./index.js"
}
