{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "bm/post-featured-image",
	"title": "Featured Image",
	"description": "Auto pulls the post thumbnail with optional link target and `_bm_style` dimension presets.",
	"version": "0.0.1",
	"icon": "editor-textcolor",
	"usesContext": [ "postType", "postId" ],
	"attributes": {
		"_bm_id": {
			"type": "string"
		},
		"_bm_style": {
			"type": "object",
			"default": {
				"_bm_style": {
					"normal": {
						"dimentions": ",,0,,100%,,;;"
					}
				}
			}
		},
		"linkTo": {
			"type": "boolean"
		},
		"target": {
			"type": "string"
		},
		"placeholder": {
			"type": "string"
		}
    },
	"category": "blocks-monster",
	"textdomain": "blocks-monster",
	"style": "file:./css/style.css",
	"editorScript": "file:./js/index.js"
}