{
	"$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 tile, packed into a 3-column grid of square slots and re-arranged on each visit. Content is managed in the Brentwood 100 post type.",
	"textdomain": "kadence-child",
	"supports": {
		"align": [
			"wide",
			"full"
		],
		"html": false,
		"anchor": true
	},
	"editorScript": "bw-hundred-grid-editor",
	"viewScript": [
		"bw-table-link-view",
		"bw-hundred-grid-packer",
		"bw-hundred-grid-view"
	],
	"style": [
		"bw-table-link",
		"bw-hundred-grid"
	],
	"render": "file:./render.php"
}
