{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "bw/image-gallery",
	"title": "Brentwood Image Gallery",
	"category": "media",
	"icon": "format-gallery",
	"description": "An image gallery with several pre-laid-out layouts: Brick (alternating tall columns, like brentwood.ca/arts/dance), Mosaic (featured), Feature (a tall image with two stacked wide images beside it and a wide/small bottom row, like brentwood.ca/athletics/outdoor-pursuits), and Single (framed). Just upload an image into each box. Clicking an image opens a full-screen lightbox with previous/next navigation.",
	"textdomain": "kadence-child",
	"supports": {
		"align": [ "wide", "full" ],
		"html": false,
		"anchor": true
	},
	"attributes": {
		"images":    { "type": "array",  "default": [ {}, {}, {}, {}, {}, {}, {}, {} ] },
		"variant":   { "type": "string", "default": "brick" },
		"columns":   { "type": "number", "default": 5 },
		"gap":       { "type": "number", "default": 8 },
		"rowHeight": { "type": "number", "default": 190 },
		"singleRatio": { "type": "string", "default": "4 / 3" },
		"singleFit":  { "type": "string", "default": "contain" },
		"borderRadius": { "type": "number", "default": 0 },
		"showZoom": { "type": "boolean", "default": false }
	},
	"editorScript": "bw-image-gallery-editor",
	"editorStyle": "bw-image-gallery-editor-style",
	"viewScript": "bw-image-gallery-view",
	"style": "bw-image-gallery",
	"render": "file:./render.php"
}
