{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "bm/form",
	"title": "Form Wrapper",
	"description": "HTML `<form>` element with method/action controls and Blocks Monster styling + interaction hooks.",
	"version": "0.0.1",
	"icon": "editor-table",
	"attributes": {
		"method": {
			"type": "string",
			"default": "post"
		},
		"action": {
			"type": "string"
		},
		"_bm_id": {
			"type": "string"
		},
		"_bm_style": {
			"type": "object"
		}
    },
	"category": "blocks-monster",
	"textdomain": "blocks-monster",
	"editorScript": "file:./js/index.js"
}