{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "bm/site-title",
	"title": "Site Title",
	"description": "Dynamic site title with tag selection and `_bm_style` typography presets for headers.",
	"version": "0.0.1",
	"icon": "editor-textcolor",
	"attributes": {
		"tag": {
			"type": "string",
			"default": "h1"
		},
		"_bm_id": {
			"type": "string"
		},
		"_bm_style": {
			"type": "object",
			"default": {
				"normal": {
					"typography": "inter|600_Inter, sans-serif__600_24_______;;",
					"boxModel": "0,0,0,0|,,,|,,,|,,;;"
				}
			}
		}
    },
	"category": "blocks-monster",
	"textdomain": "blocks-monster",
	"editorScript": "file:./js/index.js"
}