{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "auto-form-builder/form",
	"title": "Auto Form Builder",
	"category": "widgets",
	"description": "Display an Auto Form Builder form.",
	"keywords": [ "form", "contact form", "afb" ],
	"textdomain": "auto-form-builder",
	"attributes": {
		"formId": {
			"type": "number",
			"default": 0
		}
	},
	"supports": {
		"html": false,
		"customClassName": true
	},
	"editorScript": "auto-form-builder-form-block-editor",
	"editorStyle": "auto-form-builder-form-block-editor"
}
