{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "oumma-easybook/booking",
	"version": "1.0.0",
	"title": "EasyBook Booking Form",
	"category": "widgets",
	"icon": "calendar-alt",
	"description": "Display the Oumma EasyBook booking form for your services.",
	"keywords": [
		"booking",
		"appointment",
		"calendar",
		"reservation",
		"schedule"
	],
	"textdomain": "oumma-easybook",
	"attributes": {
		"service": {
			"type": "string",
			"default": ""
		},
		"practitioner": {
			"type": "string",
			"default": ""
		},
		"theme": {
			"type": "string",
			"default": "default",
			"enum": [
				"default",
				"minimal",
				"rounded",
				"shadow",
				"flat"
			]
		},
		"showHeader": {
			"type": "string",
			"default": "yes",
			"enum": [
				"yes",
				"no"
			]
		}
	},
	"supports": {
		"html": false,
		"align": [
			"wide",
			"full"
		],
		"multiple": false
	},
	"editorScript": "file:./editor.js",
	"editorStyle": "file:./editor.css"
}
