{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "bw/card-gallery",
	"title": "Brentwood Images",
	"category": "media",
	"icon": "format-image",
	"description": "A single image card in four layouts: \"Image + Label\" (number badge, big label + chevron / dash overlay), \"Image + Caption\" (a caption bar that can fit the text or span full width), \"Slider\" (a dot-navigated slideshow of several images with the same label overlay), or \"Lightbox\" (just the image with a magnifying-glass icon that opens it full-screen). On click the label / caption cards go to a link or open a popup you fill with blocks (like the Interlinking block). Drop several into a Row / Columns layout to build a grid.",
	"keywords": [ "image", "card", "tile", "photo", "number", "popup" ],
	"textdomain": "kadence-child",
	"supports": {
		"html": false,
		"anchor": true
	},
	"attributes": {
		"layout":      { "type": "string",  "default": "label" },
		"imageUrl":    { "type": "string",  "default": "" },
		"imageId":     { "type": "number",  "default": 0 },
		"imageAlt":    { "type": "string",  "default": "" },
		"focalPoint":  { "type": "object",  "default": { "x": 0.5, "y": 0.5 } },
		"images":         { "type": "array",   "default": [] },
		"sliderAutoplay": { "type": "boolean", "default": false },
		"sliderInterval": { "type": "number",  "default": 5 },
		"sliderArrows":   { "type": "boolean", "default": false },
		"sliderDots":     { "type": "boolean", "default": true },
		"overlayStyle": { "type": "string",  "default": "default" },
		"showNumber":  { "type": "boolean", "default": true },
		"number":      { "type": "string",  "default": "" },
		"showLabel":   { "type": "boolean", "default": true },
		"label":       { "type": "string",  "default": "" },
		"showChevron": { "type": "boolean", "default": true },
		"showDash":    { "type": "boolean", "default": false },
		"valign":      { "type": "string",  "default": "bottom" },
		"halign":      { "type": "string",  "default": "left" },
		"showCaption":   { "type": "boolean", "default": true },
		"caption":       { "type": "string",  "default": "" },
		"captionAlign":  { "type": "string",  "default": "left" },
		"captionWidth":  { "type": "string",  "default": "fit" },
		"behavior":    { "type": "string",  "default": "link" },
		"linkUrl":     { "type": "string",  "default": "" },
		"linkNewTab":  { "type": "boolean", "default": false },
		"modalSize":   { "type": "string",  "default": "medium" },
		"ratio":       { "type": "string",  "default": "1 / 1" },
		"ratioTablet": { "type": "string",  "default": "" },
		"ratioMobile": { "type": "string",  "default": "" },
		"fillColTablet": { "type": "boolean", "default": false },
		"fillColMobile": { "type": "boolean", "default": false },
		"imageFit":    { "type": "string",  "default": "cover" },
		"frameBg":     { "type": "string",  "default": "" },
		"frameBgHover": { "type": "string", "default": "" },
		"radius":      { "type": "number",  "default": 4 },
		"labelColor":   { "type": "string",  "default": "#ffffff" },
		"chevronColor": { "type": "string",  "default": "#ffffff" },
		"dashColor":    { "type": "string",  "default": "#ffffff" }
	},
	"editorScript": "bw-card-gallery-editor",
	"editorStyle": "bw-card-gallery-editor-style",
	"viewScript": "bw-card-gallery-view",
	"style": "bw-card-gallery",
	"render": "file:./render.php"
}
