{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "fair-timetable/timetable-column",
	"version": "1.0.0",
	"title": "Timetable Column",
	"category": "widgets",
	"icon": "columns",
	"description": "A column container for organizing time blocks by day or place",
	"keywords": ["timetable", "column", "day", "place", "container"],
	"textdomain": "fair-timetable",
	"supports": {
		"html": false,
		"align": ["wide", "full"],
		"spacing": {
			"padding": true,
			"margin": ["top", "bottom"]
		}
	},
	"attributes": {
		"columnType": {
			"type": "string",
			"default": "day",
			"enum": ["day", "place"]
		},
		"startHour": {
			"type": "string",
			"default": "09:00"
		},
		"endHour": {
			"type": "string",
			"default": "18:00"
		},
		"hourHeight": {
			"type": "number",
			"default": 2.5
		}
	},
	"providesContext": {
		"fair-timetable/columnType": "columnType",
		"fair-timetable/startHour": "startHour",
		"fair-timetable/endHour": "endHour",
		"fair-timetable/hourHeight": "hourHeight"
	},
	"usesContext": [
		"fair-timetable/startHour",
		"fair-timetable/endHour",
		"fair-timetable/hourHeight"
	],
	"script": "file:./index.js",
	"editorScript": "file:./editor.js",
	"style": "file:./style-index.css"
}
