{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "jetpack/contact-form",
	"title": "Form",
	"description": "Create forms to collect data from site visitors and manage their responses.",
	"keywords": [ "email", "feedback", "contact form" ],
	"version": "12.5.0",
	"textdomain": "jetpack-forms",
	"category": "contact-form",
	"icon": "<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path d='m13 7.5 h 5 v 1.5 h -5 v -1.5z'/><path d='m13 15 h 5 v 1.5 h -5 v -1.5z'/><path d='m19.01,3H4.99c-1.1,0-1.99.89-1.99,1.99v14.02c0,1.1.89,1.99,1.99,1.99h14.02c1.1,0,1.99-.89,1.99-1.99V4.99c0-1.1-.89-1.99-1.99-1.99Zm.49,15.99c0,.28-.23.51-.51.51H5.01c-.28,0-.51-.23-.51-.51V5.01c0-.28.23-.51.51-.51h13.98c.28,0,.51.23.51.51v13.98Z'/><path d='m9.46,13h-1.92c-.85,0-1.54.69-1.54,1.54v1.92c0,.85.69,1.54,1.54,1.54h1.92c.85,0,1.54-.69,1.54-1.54v-1.92c0-.85-.69-1.54-1.54-1.54Zm.04,3.5h-2v-2h2v2Z'/><path d='m9.46,6h-1.92c-.85,0-1.54.69-1.54,1.54v1.92c0,.85.69,1.54,1.54,1.54h1.92c.85,0,1.54-.69,1.54-1.54v-1.92c0-.85-.69-1.54-1.54-1.54Zm.04,3.5h-2v-2h2v2Z'/></svg>",
	"supports": {
		"color": {
			"link": true,
			"gradients": true
		},
		"html": false,
		"spacing": {
			"padding": true,
			"margin": true
		},
		"align": [ "wide", "full" ],
		"layout": {
			"default": {
				"type": "flex",
				"flexWrap": "wrap",
				"orientation": "horizontal",
				"justifyContent": "left",
				"verticalAlignment": "top"
			},
			"allowSwitching": false,
			"allowEditing": true,
			"allowOrientation": true,
			"allowVerticalAlignment": true,
			"allowJustification": true,
			"allowWrap": false
		},
		"__experimentalBorder": {
			"color": true,
			"radius": true,
			"style": true,
			"width": true,
			"__experimentalDefaultControls": {
				"color": true,
				"radius": true,
				"style": true,
				"width": true
			}
		}
	},
	"attributes": {},
	"editorScript": "file:./editor.js",
	"style": "file:../../../dist/contact-form/css/jetpack-forms-layout.css"
}
