{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "bm/post-meta",
	"title": "Post Meta Field",
	"description": "Outputs any custom meta key with typography, prefix/suffix, and data-binding options.",
	"version": "0.0.1",
	"icon": "editor-textcolor",
	"usesContext": [ "postId", "postType", "queryId" ],
	"attributes": {
		"metaKey": {
			"type": "string"
		},
		"_bm_id": {
			"type": "string"
		},
		"_bm_style": {
			"type": "object"
		}
    },
	"category": "blocks-monster",
	"textdomain": "blocks-monster",
	"editorScript": "file:./js/index.js"
}