{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "bm/post-date",
	"title": "Post Date/Time",
	"description": "Outputs published or updated timestamps with format toggles and `_bm_style` typography controls.",
	"version": "0.0.1",
	"icon": "editor-textcolor",
	"usesContext": [ "postId", "postType", "queryId" ],
	"attributes": {
		"_bm_id": {
			"type": "string"
		},
		"_bm_style": {
			"type": "object"
		},
		"displayType": {
			"type": "string",
			"default": "date"
		}
    },
	"category": "blocks-monster",
	"textdomain": "blocks-monster",
	"editorScript": "file:./js/index.js"
}