{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "aieo/competition-status",
	"version": "1.0.1",
	"title": "Competition status",
	"category": "widgets",
	"icon": "clock",
	"description": "A competition's status (active / ended / coming) plus the relevant date — until the end date while active, the end date once ended, the start date before it begins. Use inside a competitions query loop, or on a competition page.",
	"textdomain": "ai-eshop-optimizer",
	"keywords": ["competition", "status", "giveaway", "date"],
	"usesContext": ["postId"],
	"attributes": {
		"competitionId": { "type": "number", "default": 0 }
	},
	"supports": { "html": false, "align": false },
	"style": "file:./style.css",
	"render": "file:./render.php"
}
