{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "bm/post-title",
	"title": "Post Title",
	"description": "Dynamic heading with tag + link controls for archive cards, hero banners, or sliders.",
	"version": "0.0.1",
	"icon": "editor-textcolor",
	"usesContext": [ "postType", "postId" ],
	"attributes": {
		"tagName": {
			"type": "string",
			"default": "h2"
		},
		"linkTo": {
			"type": "boolean"
		},
		"target": {
			"type": "string"
		},
		"_bm_id": {
			"type": "string"
		},
		"_bm_style": {
			"type": "object"
		}
    },
	"category": "blocks-monster",
	"textdomain": "blocks-monster",
	"editorScript": "file:./js/index.js"
}