{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "bm/query-pagination-next",
	"title": "Pagination Next Link",
	"description": "Button/link that advances the query loop with custom label and `_bm_style` design.",
	"version": "0.0.1",
	"icon": "editor-table",
	"usesContext": [
		"queryId",
		"query"
	],
	"attributes": {
		"content": {
			"type": "string",
			"default": "Next Page"
		},
		"_bm_id": {
			"type": "string"
		},
		"_bm_style": {
			"type": "object"
		}
    },
	"category": "blocks-monster",
	"textdomain": "blocks-monster",
	"editorScript": "file:./js/index.js"
}