{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"attributes": {
		"action": {
			"type": "string"
		},
		"customThankyou": {
			"default": "",
			"type": "string"
		},
		"customThankyouMessage": {
			"type": "string"
		},
		"customThankyouRedirect": {
			"type": "string"
		},
		"formId": {
			"type": "string"
		},
		"honeypot": {
			"default": {
				"a11yMessage": "",
				"a11yNoLabel": false,
				"autoCompleteOff": false,
				"enable": false,
				"moveInlineCSS": false,
				"placeholder": "",
				"timeCheck": 10
			},
			"type": "object"
		},
		"isAjax": {
			"default": false,
			"type": "boolean"
		},
		"isCaptcha": {
			"default": false,
			"type": "boolean"
		},
		"isNewTab": {
			"default": false,
			"type": "boolean"
		},
		"method": {
			"default": "post",
			"type": "string"
		},
		"noLabel": {
			"default": false,
			"type": "boolean"
		},
		"subject": {
			"type": "string"
		},
		"to": {
			"type": "string"
		}
	},
	"category": "widgets",
	"description": "Create a form as easily as editing a block!",
	"editorScript": "file:./build/index.js",
	"keywords": [ "contact form", "custom form", "email", "feedback", "form", "mail integration", "submit", "survey" ],
	"name": "mypreview/flash-form",
	"providesContext": {
		"borderColor": "borderColor",
		"formId": "formId",
		"noLabel": "noLabel",
		"style": "style"
	},
	"script": "file:./build/script.js",
	"style": "file:./build/style-index.css",
	"supports": {
		"__experimentalBorder": {
			"__experimentalSkipSerialization": true,
			"color": true,
			"radius": true,
			"style": true,
			"width": true
		},
		"anchor": true,
		"html": false,
		"lock": true,
		"reusable": true,
		"spacing": {
			"__experimentalSkipSerialization": [ "blockGap" ],
			"blockGap": true,
			"margin": true,
			"padding": true,
			"units": [ "px", "em", "rem" ]
		}
	},
	"textdomain": "flash-form",
	"title": "Flash Form",
	"usesContext": [ "postId", "postType" ]
}
