{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "aieo/event-registration",
	"title": "Event Registration",
	"category": "theme",
	"icon": "calendar-alt",
	"description": "A self-registration form for an event — guests sign up by email and are taken to their RSVP page. Auto-binds to the event it's placed on, or pick a specific event.",
	"keywords": ["event", "registration", "rsvp", "signup", "ekdilosi"],
	"textdomain": "ai-eshop-optimizer",
	"usesContext": ["postId"],
	"attributes": {
		"eventId": { "type": "number", "default": 0 }
	},
	"supports": {
		"html": false,
		"align": ["wide", "full"]
	},
	"render": "file:./render.php"
}
