{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "bookit/cal-booking",
	"version": "1.0.0",
	"title": "Cal.com Booking",
	"category": "embed",
	"icon": "calendar-alt",
	"description": "Embed a Cal.com booking widget — popup button, popup text link, or inline calendar.",
	"keywords": [ "cal.com", "booking", "calendar", "appointment" ],
	"textdomain": "bookit-for-cal-com",
	"supports": {
		"html": false,
		"align": [ "wide", "full" ]
	},
	"attributes": {
		"eventType": {
			"type": "string",
			"default": ""
		},
		"displayType": {
			"type": "string",
			"default": "popup-button"
		},
		"label": {
			"type": "string",
			"default": ""
		},
		"inlineHeight": {
			"type": "number"
		},
		"theme": {
			"type": "string",
			"default": "global"
		},
		"accentColor": {
			"type": "string",
			"default": ""
		},
		"hideDetails": {
			"type": "boolean",
			"default": false
		},
		"prefillUser": {
			"type": "boolean",
			"default": false
		},
		"btnBgColor": {
			"type": "string",
			"default": ""
		},
		"btnTextColor": {
			"type": "string",
			"default": ""
		},
		"btnBorderRadius": {
			"type": "number"
		},
		"btnBorderWidth": {
			"type": "number"
		},
		"btnBorderStyle": {
			"type": "string",
			"default": ""
		},
		"btnBorderColor": {
			"type": "string",
			"default": ""
		},
		"btnPaddingTop": {
			"type": "number"
		},
		"btnPaddingRight": {
			"type": "number"
		},
		"btnPaddingBottom": {
			"type": "number"
		},
		"btnPaddingLeft": {
			"type": "number"
		},
		"btnFontSize": {
			"type": "number"
		},
		"btnFontWeight": {
			"type": "string",
			"default": ""
		},
		"btnTextTransform": {
			"type": "string",
			"default": ""
		},
		"btnLetterSpacing": {
			"type": "number"
		},
		"btnFullWidth": {
			"type": "boolean"
		},
		"btnHoverBgColor": {
			"type": "string",
			"default": ""
		},
		"btnHoverTextColor": {
			"type": "string",
			"default": ""
		},
		"btnHoverBorderColor": {
			"type": "string",
			"default": ""
		},
		"btnTransitionDuration": {
			"type": "number"
		}
	},
	"render": "file:./render.php",
	"editorScript": "file:./build/index.js"
}
