{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "bm/heading",
	"title": "Hero Heading",
	"description": "Marketing-ready headline with custom tag, placeholder, and Blocks Monster styling hooks.",
	"version": "0.0.1",
	"icon": "editor-textcolor",
	"attributes": {
		"tag": {
			"type": "string",
			"default": "h2"
		},
		"placeholder": {
			"type": "string",
			"default": "Heading"
		},
		"content": {
            "type": "string"
        },
		"_bm_id": {
			"type": "string"
		},
		"_bm_style": {
			"type": "object",
			"default": {
				"normal": {
					"typography": "inter|600_Inter, sans-serif__600_42_100%______;;",
					"boxModel":"0,0,0,0|0,0,0,0|,,,|1,1,;;"
				}
			}
		}
    },
	"category": "blocks-monster",
	"textdomain": "blocks-monster",
	"editorScript": "file:./js/index.js"
}