{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "koinonia-link/plan-your-visit",
	"title": "Plan Your Visit",
	"category": "widgets",
	"icon": "calendar-alt",
	"description": "A form for guests to plan their visit with fields for contact information and preferences.",
	"keywords": [ "guest", "visit", "form", "contact" ],
	"textdomain": "koinonia-link",
	"render": "file:../render.php",
	"attributes": {
		"showEmail": {
			"type": "boolean",
			"default": true
		},
		"showPhone": {
			"type": "boolean",
			"default": true
		},
		"showKids": {
			"type": "boolean",
			"default": true
		},
		"showKidsForm": {
			"type": "boolean",
			"default": true
		},
		"showMap": {
			"type": "boolean",
			"default": true
		},
		"showServiceTime": {
			"type": "boolean",
			"default": true
		}
	},
	"supports": {
		"html": false,
		"align": [ "wide", "full" ]
	}
}
