{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "aieo/competition",
	"title": "Competition",
	"category": "theme",
	"icon": "awards",
	"description": "Renders a competition — hero image, title, short description, the entry form and share buttons. Auto-binds to the competition page it's placed on, or pick a specific competition.",
	"keywords": ["competition", "giveaway", "contest", "gravity form", "diagonismos"],
	"textdomain": "ai-eshop-optimizer",
	"usesContext": ["postId"],
	"attributes": {
		"competitionId": { "type": "number", "default": 0 }
	},
	"supports": {
		"html": false,
		"align": ["wide", "full"]
	},
	"editorScript": "file:./edit.js",
	"style": "file:./style.css",
	"render": "file:./render.php"
}
