{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "bw/table-link",
	"title": "Brentwood Table Link",
	"category": "design",
	"icon": "editor-table",
	"description": "A set of editable links laid out as a bordered table or a link grid, with a configurable number of columns. (For a dynamic grid of courses, use the Brentwood Course Table block.)",
	"textdomain": "kadence-child",
	"supports": {
		"align": [ "wide", "full" ],
		"html": false,
		"anchor": true
	},
	"attributes": {
		"variant":      { "type": "string",  "default": "table" },
		"columns":      { "type": "number",  "default": 2 },
		"showChevron":  { "type": "boolean", "default": true },
		"textAlign":    { "type": "string",  "default": "center" },
		"primaryColor": { "type": "string",  "default": "#cc0000" },
		"borderColor":  { "type": "string",  "default": "#d9d9d9" },
		"items":        { "type": "array",   "default": [] }
	},
	"editorScript": "bw-table-link-editor",
	"style": "bw-table-link",
	"render": "file:./render.php"
}
