{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "simple-rsvp/event-info",
	"version": "1.0.0",
	"title": "RSVP Event Info",
	"category": "widgets",
	"icon": "calendar-alt",
	"description": "Display your event details — name, date, venue, countdown.",
	"keywords": ["rsvp", "event", "wedding", "countdown"],
	"supports": {
		"html": false,
		"align": ["wide", "full"]
	},
	"attributes": {
		"showCountdown": {
			"type": "boolean",
			"default": true
		},
		"showMap": {
			"type": "boolean",
			"default": true
		}
	},
	"textdomain": "simple-rsvp",
	"editorScript": "file:./index.js",
	"editorStyle": "srsvp-editor",
	"render": "file:./render.php",
	"style": "srsvp-public"
}
