{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "bm/query-pagination-previous",
	"title": "Pagination Previous Link",
	"description": "Back button for the query loop with customizable label and `_bm_style` controls.",
	"version": "0.0.1",
	"icon": "editor-table",
	"usesContext": [
		"queryId",
		"query"
	],
	"attributes": {
		"content": {
			"type": "string",
			"default": "Previous Page"
		},
		"_bm_id": {
			"type": "string"
		},
		"_bm_style": {
			"type": "object"
		}
    },
	"category": "blocks-monster",
	"textdomain": "blocks-monster",
	"editorScript": "file:./js/index.js"
}