{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "bm/input",
	"title": "Form Input",
	"description": "Text/number/email input element with label, placeholder, and `_bm_style` states.",
	"version": "0.0.1",
	"icon": "editor-textcolor",
	"attributes": {
		"name": {
			"type": "string"
		},
		"value": {
			"type": "string"
		},
		"label": {
			"type": "string"
		},
		"type": {
            "type": "string",
			"default": "text"
        },
		"placeholder": {
			"type": "string"
		},
		"_bm_id": {
			"type": "string"
		},
		"_bm_style": {
			"type": "object"
		}
    },
	"category": "blocks-monster",
	"textdomain": "blocks-monster",
	"editorScript": "file:./js/index.js"
}