{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "bw/search",
	"title": "Brentwood Search",
	"category": "widgets",
	"icon": "search",
	"description": "A prominent site-search bar (mirrors brentwood.ca/search): type to see live results, press Enter or Search to open the full results page. Reuses the site's existing search mechanism and results template.",
	"keywords": [ "search", "find", "brentwood", "site search" ],
	"textdomain": "kadence-child",
	"supports": {
		"align": [ "wide", "full" ],
		"html": false,
		"anchor": true
	},
	"attributes": {
		"placeholder": { "type": "string",  "default": "Search Brentwood…" },
		"buttonText":  { "type": "string",  "default": "Search" },
		"showButton":  { "type": "boolean", "default": true },
		"liveResults": { "type": "boolean", "default": true },
		"autofocus":   { "type": "boolean", "default": false }
	},
	"editorScript": "bw-search-block-editor",
	"viewScript": "bw-search",
	"style": [ "bw-search", "bw-search-block" ],
	"render": "file:./render.php"
}
