{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "bm/query-pagination-numbers",
	"title": "Pagination Numbers",
	"description": "Renders a numeric pagination row with mid-size control and `_bm_style` gap settings.",
	"version": "0.0.1",
	"icon": "editor-table",
	"usesContext": [
		"queryId",
		"query"
	],
	"attributes": {
		"midSize": {
			"type": "number",
			"default": 2
		},
		"_bm_id": {
			"type": "string"
		},
		"_bm_style": {
			"type": "object"
		}
    },
	"category": "blocks-monster",
	"textdomain": "blocks-monster",
	"editorScript": "file:./js/index.js"
}