{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "bm/query-pagination",
	"title": "Query Pagination",
	"keywords": [ "pagination", "query" ],
	"description": "Wrapper for pagination controls with flex alignment defaults for numbers, next/prev, etc.",
	"version": "0.0.1",
	"icon": "editor-table",
	"usesContext": [ "queryId", "query" ],
	"attributes": {
		"_bm_id": {
			"type": "string"
		},
		"_bm_style": {
			"type": "object",
			"default": {
				"_bm_style": {
					"normal": {
						"display": "if;;",
						"flex": "r,,c,,sb,,;;"
					}
				}
			}
		}
    },
	"category": "blocks-monster",
	"textdomain": "blocks-monster",
	"editorScript": "file:./js/index.js"
}