{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "bm/author-meta",
	"title": "Author Meta Field",
	"description": "Output any author meta key (company, role, bio) with typography + spacing controls.",
	"version": "0.0.1",
	"icon": "editor-textcolor",
	"usesContext": [ "userId", "postType", "postId", "commentId" ],
	"attributes": {
		"key": {
			"type": "string"
		},
		"_bm_id": {
			"type": "string"
		},
		"_bm_style": {
			"type": "object"
		}
    },
	"category": "blocks-monster",
	"textdomain": "blocks-monster",
	"editorScript": "file:./js/index.js"
}