{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "acs-contact-form/form",
	"version": "2.0.2",
	"title": "ACS Form",
	"category": "widgets",
	"icon": "email-alt",
	"description": "Place a form built with ACS Contact Form.",
	"textdomain": "acs-contact-form",
	"supports": {
		"html": false
	},
	"attributes": {
		"formId": {
			"type": "string",
			"default": ""
		}
	},
	"editorScript": "acscf-block"
}
