{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "bw/timetable",
	"title": "Brentwood Timetable",
	"category": "design",
	"icon": "calendar-alt",
	"description": "The school's weekly timetable: a colour-coded grid of days and time blocks, plus the Academic Block Rotation. The schedule and the per-category content panels are maintained in the theme (blocks/timetable/grid.php). Click a category block to reveal its panel. Mirrors brentwood.ca/why-brentwood/unique-timetable.",
	"keywords": [ "timetable", "schedule", "week", "calendar" ],
	"textdomain": "kadence-child",
	"supports": {
		"align": [ "wide", "full" ],
		"html": false,
		"anchor": true
	},
	"attributes": {
		"scale":           { "type": "number",  "default": 1.1 },
		"showRotation":    { "type": "boolean", "default": true },
		"initialCategory": { "type": "string",  "default": "" }
	},
	"editorScript": "bw-timetable-editor",
	"viewScript": "bw-timetable-view",
	"style": "bw-timetable",
	"render": "file:./render.php"
}
