{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "bwfm/booking-button",
	"version": "1.1.0",
	"title": "Mews Booking Button",
	"category": "widgets",
	"icon": "calendar-alt",
	"description": "A button that opens the Mews Booking Engine.",
	"keywords": [ "booking", "mews", "hotel", "reservation" ],
	"supports": {
		"html": false,
		"align": [ "left", "center", "right" ]
	},
	"attributes": {
		"text": {
			"type": "string",
			"default": "Book Now"
		},
		"style": {
			"type": "string",
			"default": "fill",
			"enum": [ "fill", "outline" ]
		},
		"alignment": {
			"type": "string",
			"default": "center"
		}
	},
	"textdomain": "booking-widget-for-mews",
	"editorScript": "file:./index.js",
	"style": "bwfm-public"
}
