{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "govalid-qr/form",
	"version": "1.0.0",
	"title": "GoValid Form",
	"category": "embed",
	"icon": "forms",
	"description": "Embed a GoValid form to collect submissions.",
	"keywords": [ "form", "govalid", "survey", "contact" ],
	"supports": {
		"html": false,
		"align": [ "wide", "full" ]
	},
	"attributes": {
		"formId": {
			"type": "number",
			"default": 0
		},
		"formTitle": {
			"type": "string",
			"default": ""
		}
	},
	"textdomain": "govalid-qr",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./editor.css",
	"style": "file:./style.css"
}
