{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "bw/calendar",
	"title": "Brentwood Calendar",
	"category": "design",
	"icon": "calendar",
	"description": "Upcoming events aggregated from Brentwood's public Google Calendars (Calendar, Socials, Admissions, Box Office, B-Well). Read live via public ICS feeds — no Google API or credentials. Mirrors brentwood.ca/calendar.",
	"keywords": [ "calendar", "events", "schedule", "google", "ics" ],
	"textdomain": "kadence-child",
	"supports": {
		"align": [ "wide", "full" ],
		"html": false,
		"anchor": true
	},
	"attributes": {
		"calendars":   { "type": "array",   "default": [] },
		"perPage":     { "type": "number",  "default": 10 },
		"showSidebar": { "type": "boolean", "default": true },
		"showSearch":  { "type": "boolean", "default": true },
		"showNote":    { "type": "boolean", "default": true },
		"showMini":    { "type": "boolean", "default": true }
	},
	"editorScript": "bw-calendar-editor",
	"viewScript": "bw-calendar-view",
	"style": "bw-calendar",
	"render": "file:./render.php"
}
