{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "bookable/bookable-schedule-widget",
	"version": "1.0.6",
	"title": "Bookable",
	"category": "widgets",
	"icon": "calendar",
	"description": "Bookable Schedule Widget",
	"example": {},
	"supports": {
		"html": false
	},
	"textdomain": "bookable-schedule-widget",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css",
	"attributes": {
		"customUrl": {
			"type": "string"
		},
		"borderColor": {
			"type": "string"
		}
	}
}
