{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "wuppi/opening-hours",
	"version": "1.0.1",
	"title": "Opening Hours",
	"category": "wuppi",
	"icon": "clock",
	"description": "Display formatted opening hours for your business. Ideal for restaurants, clinics, and shops.",
	"textdomain": "wuppi-blocks",
	"attributes": {
		"title": {
			"type": "string",
			"default": ""
		},
		"hours": {
			"type": "array",
			"default": [],
			"items": {
				"type": "object"
			}
		},
		"closedLabel": {
			"type": "string",
			"default": ""
		}
	},
	"supports": {
		"html": false,
		"align": [ "wide" ],
		"spacing": {
			"margin": true,
			"padding": true
		}
	}
}
