{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "ghostkit/form",
	"category": "ghostkit",
	"title": "Form",
	"description": "Add contact form to your page with reCaptcha.",
	"keywords": ["form", "contact"],
	"supports": {
		"html": false,
		"className": false,
		"anchor": false,
		"align": ["wide", "full"],
		"spacing": {
			"blockGap": true,
			"__experimentalDefaultControls": {
				"blockGap": true
			}
		},
		"__experimentalLayout": true,
		"layout": true
	},
	"style": [
		"ghostkit",
		"ghostkit-block-form",
		"ghostkit-block-alert",
		"ghostkit-block-button"
	],
	"viewScript": [
		"ghostkit",
		"ghostkit-block-form",
		"ghostkit-block-alert",
		"ghostkit-block-button"
	]
}
