{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "bw/course-table",
	"title": "Brentwood Course Table",
	"category": "design",
	"icon": "welcome-learn-more",
	"description": "A dynamic grid of courses pulled automatically from the Courses post type, filterable by any of its taxonomies. On click each course either opens its details in a modal pop-up (default) or goes to the course page.",
	"textdomain": "kadence-child",
	"supports": {
		"align": [ "wide", "full" ],
		"html": false,
		"anchor": true
	},
	"attributes": {
		"columns":      { "type": "number",  "default": 3 },
		"showChevron":  { "type": "boolean", "default": false },
		"click":        { "type": "string",  "default": "modal" },
		"apOnly":       { "type": "boolean", "default": false },
		"electiveOnly": { "type": "boolean", "default": false },
		"tax":          { "type": "string",  "default": "" },
		"terms":        { "type": "array",   "default": [] },
		"relation":     { "type": "string",  "default": "IN" },
		"filters":        { "type": "array",  "default": [] },
		"filterRelation": { "type": "string", "default": "AND" },
		"orderby":      { "type": "string",  "default": "title" },
		"order":        { "type": "string",  "default": "asc" },
		"limit":        { "type": "number",  "default": 0 },
		"exclude":      { "type": "array",   "default": [] },
		"primaryColor": { "type": "string",  "default": "#cc0000" },
		"borderColor":  { "type": "string",  "default": "#d9d9d9" }
	},
	"editorScript": "bw-course-table-editor",
	"viewScript": "bw-table-link-view",
	"style": "bw-course-table",
	"render": "file:./render.php"
}
