{
	"apiVersion": 2,
	"name": "bookingtime/appointment",
	"title": "Appointment",
	"description": "Appointment ganz einfach.",
	"category": "widgets",
	"textdomain": "appointment",
	"editorScript": "file:./build/index.js",
	"style": "file:./build/style-index.css",
	"editorStyle": "file:./build/index.css",
	"attributes": {
		"url": {
			"type": "string",
			"source": "attribute",
			"selector": "iframe",
        	"attribute": "src"
		},
		"title": {
			"type": "string",
			"source": "attribute",
			"selector": "iframe",
			"attribute": "name"
		}
	}
}
