{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "fair-events/events-week",
	"version": "0.1.0",
	"title": "Events Week View",
	"category": "widgets",
	"icon": "calendar-alt",
	"description": "Display events for the current week in a 7-day grid.",
	"keywords": ["events", "week", "schedule", "calendar"],
	"textdomain": "fair-events",
	"attributes": {
		"categories": {
			"type": "array",
			"default": [],
			"items": {
				"type": "number"
			}
		},
		"showNavigation": {
			"type": "boolean",
			"default": true
		},
		"showDrafts": {
			"type": "boolean",
			"default": false
		},
		"backgroundColor": {
			"type": "string",
			"default": "primary"
		},
		"textColor": {
			"type": "string",
			"default": "#ffffff"
		},
		"eventSources": {
			"type": "array",
			"default": [],
			"items": {
				"type": "string"
			}
		},
		"showCopySummary": {
			"type": "boolean",
			"default": false
		}
	},
	"supports": {
		"html": false,
		"anchor": true,
		"align": ["wide", "full"]
	},
	"editorScript": "file:./editor.js",
	"editorStyle": "file:./editor.css",
	"style": "file:./style-editor.css",
	"viewScript": "file:./frontend.js",
	"render": "file:./render.php"
}
