{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "bm/post-terms",
	"title": "Post Taxonomy Terms",
	"description": "Category/tag chips with separator styling and optional links for archives or hero meta rows.",
	"version": "0.0.1",
	"icon": "editor-textcolor",
	"usesContext": [ "postType", "postId" ],
	"attributes": {
		"term": {
			"type": "string"
		},
		"separator": {
			"type": "string",
			"default": ", "
		},
		"linkTo": {
			"type": "boolean"
		},
		"target": {
			"type": "string"
		},
		"_bm_id": {
			"type": "string"
		},
		"_bm_styles": {
			"type": "object",
			"default": {
				"self": {
					"s": "self",
					"style": {}
				},
				"term": {
					"s": "self > a",
					"style": {}
				},
				"separator": {
					"s": "self > span",
					"style": {}
				}
			}
		}
    },
	"category": "blocks-monster",
	"textdomain": "blocks-monster",
	"editorScript": "file:./js/index.js"
}