{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "bm/header",
	"title": "Header Tag",
	"description": "Semantic `<header>` container for hero bars, nav bars, or announcement rows with `_bm_style` layout presets.",
	"version": "0.0.1",
	"icon": "editor-table",
	"attributes": {
		"_bm_id": {
			"type": "string"
		},
		"_bm_style": {
			"type": "object"
		}
    },
	"category": "blocks-monster",
	"textdomain": "blocks-monster",
	"editorScript": "file:./js/index.js"
}