{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "bw/hundred-grid",
	"title": "Brentwood 100 Grid",
	"category": "design",
	"icon": "awards",
	"description": "The Brentwood 100 mosaic — every Brentwood 100 item as a numbered tile (modal / inline / montage), shuffled on each visit. Content is managed in the Brentwood 100 post type.",
	"textdomain": "kadence-child",
	"supports": {
		"align": [ "wide", "full" ],
		"html": false,
		"anchor": true
	},
	"attributes": {
		"columns": { "type": "number", "default": 4 }
	},
	"editorScript": "bw-hundred-grid-editor",
	"viewScript": [ "bw-table-link-view", "bw-hundred-grid-view" ],
	"style": [ "bw-table-link", "bw-hundred-grid" ],
	"render": "file:./render.php"
}
