{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "form-plant/form",
	"title": "Form Plant",
	"category": "widgets",
	"description": "Pick a Form Plant form from a dropdown and embed it.",
	"keywords": ["form", "contact", "form plant"],
	"textdomain": "form-plant",
	"attributes": {
		"formId": {
			"type": "number",
			"default": 0
		}
	},
	"supports": {
		"html": false,
		"customClassName": false,
		"align": ["wide", "full"]
	},
	"editorScript": "file:./index.js",
	"editorStyle": "file:./editor.css"
}
