{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "bw/page-links",
	"title": "Brentwood Sub Page Link",
	"category": "design",
	"icon": "networking",
	"description": "Contextual sub-page navigation: a skewed parent link plus sibling page tiles with photo + label pill, matching brentwood.ca.",
	"textdomain": "kadence-child",
	"supports": {
		"align": [ "wide", "full" ],
		"html": false,
		"anchor": true
	},
	"attributes": {
		"parentLabel":    { "type": "string", "default": "" },
		"parentUrl":      { "type": "string", "default": "" },
		"parentImageUrl": { "type": "string", "default": "" },
		"parentImageId":  { "type": "number", "default": 0 },
		"parentImageAlt": { "type": "string", "default": "" },
		"mobileMoreLabel":{ "type": "string", "default": "" },
		"primaryColor":   { "type": "string", "default": "#cc0000" },
		"highlightColor": { "type": "string", "default": "#f1efe9" },
		"items":          { "type": "array",  "default": [] }
	},
	"editorScript": "bw-page-links-editor",
	"style": "file:./style.css",
	"render": "file:./render.php"
}
