{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "bm/post-excerpt",
	"title": "Post Summary",
	"description": "Truncated excerpt with length control for cards, sliders, and archive layouts.",
	"version": "0.0.1",
	"icon": "editor-textcolor",
	"usesContext": [ "postType", "postId" ],
	"attributes": {
		"_bm_id": {
			"type": "string"
		},
		"_bm_style": {
			"type": "object"
		},
		"length": {
			"type": "number",
			"default": 55
		}
    },
	"category": "blocks-monster",
	"textdomain": "blocks-monster",
	"editorScript": "file:./js/index.js"
}