{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "bm/post-template",
	"title": "Query Post Template",
	"description": "Loop wrapper for archive cards that exposes `_bm_styles` for self and item selectors.",
	"version": "0.0.1",
	"icon": "editor-table",
	"attributes": {
		"_bm_id": {
			"type": "string"
		},
		"_bm_styles": {
			"type": "object",
			"default": {
				"self": {
					"s": "self",
					"style": {}
				},
				"item": {
					"s": "self > div",
					"style": {}
				}
			}
		},
		"_bm_style": {
			"type": "object"
		},
		"_bm_item_style": {
			"type": "object"
		},
		"tagName": {
			"type": "string",
			"default": "div"
		}
    },
	"usesContext": [
		"queryId",
		"query",
		"displayLayout",
		"templateSlug",
		"previewPostType",
		"enhancedPagination",
		"postType",
		"postId"
	],
	"category": "blocks-monster",
	"textdomain": "blocks-monster",
	"editorScript": "file:./js/index.js"
}