{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "bm/author",
	"title": "Post Author Card",
	"description": "Query-aware author card that exposes name, avatar context, and `_bm_style` typography hooks.",
	"version": "0.0.1",
	"icon": "editor-textcolor",
	"usesContext": [ "postType", "postId", "queryId" ],
	"attributes": {
		"userId": {
			"type": "number"
		},
		"_bm_id": {
			"type": "string"
		},
		"_bm_style": {
			"type": "object"
		}
    },
	"providesContext": {
		"userId": "userId"
	},
	"category": "blocks-monster",
	"textdomain": "blocks-monster",
	"editorScript": "file:./js/index.js"
}