{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "helpmate/scheduling",
	"version": "1.0.0",
	"title": "Helpmate Scheduling",
	"category": "helpmate",
	"icon": "calendar-alt",
	"description": "Display the Smart Schedules appointment form.",
	"textdomain": "helpmate-ai-chatbot",
	"supports": {
		"anchor": true,
		"html": false
	},
	"attributes": {
		"headingText": {
			"type": "string",
			"default": ""
		},
		"textAlign": {
			"type": "string",
			"default": ""
		}
	},
	"editorScript": "file:../build/index.js",
	"editorStyle": [ "helpmate-scheduling", "helpmate-blocks-editor" ],
	"style": "helpmate-scheduling",
	"viewScript": "helpmate-scheduling"
}
