{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "bw/team-modal",
	"title": "Brentwood Team Modal",
	"category": "design",
	"icon": "groups",
	"description": "Staff directory in three layouts, each opening a profile pop-up: \"Thumbnails\" (photo grid with a name + role overlay), \"List\" (photo-left rows with name, role and credentials) or \"Grid\" (names only). Clicking an entry opens a modal with the full profile — title, credentials and biography — pulled from the Staff post type, filterable by Department.",
	"keywords": [ "staff", "faculty", "team", "modal", "people", "profile", "directory" ],
	"textdomain": "kadence-child",
	"supports": {
		"html": false,
		"align": [ "wide", "full" ],
		"anchor": true
	},
	"attributes": {
		"layout":       { "type": "string", "default": "thumbnails" },
		"columns":      { "type": "number", "default": 3 },
		"deptTerms":    { "type": "array",  "default": [] },
		"deptRelation": { "type": "string", "default": "IN" },
		"orderby":      { "type": "string", "default": "name_last" },
		"order":        { "type": "string", "default": "asc" },
		"limit":        { "type": "number", "default": 0 },
		"exclude":      { "type": "array",  "default": [] }
	},
	"editorScript": "bw-team-modal-editor",
	"viewScript": "bw-team-modal-view",
	"style": "bw-team-modal",
	"render": "file:./render.php"
}
