{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "bw/interlinking",
	"title": "Brentwood Interlinking",
	"category": "media",
	"icon": "format-image",
	"description": "An image tile with a label pill and chevron (and optional subtext), linking to another page. Mirrors the brentwood.ca interlinking photo tiles.",
	"keywords": [ "interlink", "tile", "photo", "link", "category" ],
	"textdomain": "kadence-child",
	"supports": {
		"html": false,
		"align": [ "wide", "full" ]
	},
	"attributes": {
		"behavior":    { "type": "string",  "default": "link" },
		"imageUrl":    { "type": "string",  "default": "" },
		"imageId":     { "type": "number",  "default": 0 },
		"imageAlt":    { "type": "string",  "default": "" },
		"focalPoint":  { "type": "object",  "default": { "x": 0.5, "y": 0.5 } },
		"label":       { "type": "string",  "default": "" },
		"linkUrl":     { "type": "string",  "default": "" },
		"linkNewTab":  { "type": "boolean", "default": false },
		"showSubtext": { "type": "boolean", "default": false },
		"subtext":     { "type": "string",  "default": "" },
		"ratio":       { "type": "string",  "default": "3 / 2" },
		"fillTablet":  { "type": "boolean", "default": false },
		"fillMobile":  { "type": "boolean", "default": false },
		"radius":      { "type": "number",  "default": 8 },
		"radiusLink":  { "type": "boolean", "default": true },
		"radiusTL":    { "type": "number",  "default": 8 },
		"radiusTR":    { "type": "number",  "default": 8 },
		"radiusBR":    { "type": "number",  "default": 8 },
		"radiusBL":    { "type": "number",  "default": 8 },
		"panelWidth":  { "type": "number",  "default": 63 },
		"panelAlign":  { "type": "string",  "default": "right" },
		"modalSize":   { "type": "string",  "default": "medium" },
		"modalAnchor": { "type": "string",  "default": "" },
		"labelColor":  { "type": "string",  "default": "#231f20" },
		"chevronColor":{ "type": "string",  "default": "#cc0000" }
	},
	"editorScript": "bw-interlinking-editor",
	"viewScript": "bw-interlinking-view",
	"style": "file:./style.css",
	"render": "file:./render.php"
}
