{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "bw/table-accordion",
	"title": "Brentwood Accordion",
	"category": "design",
	"icon": "editor-expand",
	"description": "A bordered link table (or link grid) whose cells expand a rich content panel below the table when clicked. Each cell + panel is an Accordion Item child. Mirrors brentwood.ca's course-selection expanders.",
	"keywords": [ "accordion", "table", "expand", "collapse", "links" ],
	"textdomain": "kadence-child",
	"supports": {
		"align": [ "wide", "full" ],
		"html": false,
		"anchor": true
	},
	"attributes": {
		"layout":       { "type": "string",  "default": "default" },
		"revealAnchor": { "type": "string",  "default": "" },
		"variant":      { "type": "string",  "default": "table" },
		"columns":      { "type": "number",  "default": 3 },
		"showChevron":  { "type": "boolean", "default": true },
		"singleOpen":   { "type": "boolean", "default": true },
		"panelWidth":   { "type": "number",  "default": 100 },
		"panelAlign":   { "type": "string",  "default": "left" },
		"primaryColor": { "type": "string",  "default": "#cc0000" },
		"borderColor":  { "type": "string",  "default": "#d9d9d9" },
		"bgColor":      { "type": "string",  "default": "" },
		"marginTop":    { "type": "number",  "default": 0 },
		"marginRight":  { "type": "number",  "default": 0 },
		"marginBottom": { "type": "number",  "default": 0 },
		"marginLeft":   { "type": "number",  "default": 0 },
		"paddingTop":    { "type": "number", "default": 0 },
		"paddingRight":  { "type": "number", "default": 0 },
		"paddingBottom": { "type": "number", "default": 0 },
		"paddingLeft":   { "type": "number", "default": 0 }
	},
	"editorScript": "bw-table-accordion-editor",
	"viewScript": "bw-table-accordion-view",
	"style": "bw-table-accordion",
	"render": "file:./render.php"
}
