{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "radplapag/schedule",
	"version": "1.0.0",
	"title": "Radio Schedule",
	"category": "widgets",
	"description": "Display the weekly Radio Schedule for a selected Radio Station.",
	"textdomain": "radio-player-page",
	"attributes": {
		"stationIndex": {
			"type": "number",
			"default": 0
		},
		"dayOrder": {
			"type": "string",
			"default": "current_first"
		},
		"showDescription": {
			"type": "boolean",
			"default": true
		},
		"showExtendedDescription": {
			"type": "boolean",
			"default": false
		}
	},
	"supports": {
		"typography": {
			"fontSize": true,
			"lineHeight": true
		},
		"spacing": {
			"margin": true,
			"padding": true
		},
		"color": {
			"text": true,
			"background": true
		},
		"html": false
	}
}
