{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "bm/logo",
	"title": "Brand Logo",
	"description": "Outputs the site logo or custom asset with flex alignment controls and link settings.",
	"version": "0.0.1",
	"icon": "editor-textcolor",
	"attributes": {
		"_bm_id": {
			"type": "string"
		},
		"_bm_style": {
			"type": "object",
			"default": {
				"normal": {
					"display": "if;;",
					"flex": "r,,fs,,c,8,;;"
				}
			}
		}
    },
	"category": "blocks-monster",
	"textdomain": "blocks-monster",
	"editorScript": "file:./js/index.js"
}