{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "bw/faq-accordion",
	"title": "Brentwood FAQ Accordion",
	"category": "design",
	"icon": "editor-help",
	"description": "A two-column FAQ: a text card with a list of questions on one side and a large image on the other. Clicking a question expands its answer in a panel below the image. The intro text and each answer are empty inner-block areas you fill yourself, and you choose the image. Mirrors brentwood.ca's Financial Information FAQ.",
	"keywords": [ "faq", "accordion", "questions", "expand", "image" ],
	"textdomain": "kadence-child",
	"supports": {
		"align": [ "wide", "full" ],
		"html": false,
		"anchor": true
	},
	"attributes": {
		"layout":        { "type": "string",  "default": "default" },
		"revealAnchor":  { "type": "string",  "default": "" },
		"imageId":       { "type": "number",  "default": 0 },
		"imageUrl":      { "type": "string",  "default": "" },
		"imageAlt":      { "type": "string",  "default": "" },
		"imagePosition": { "type": "string",  "default": "right" },
		"singleOpen":    { "type": "boolean", "default": true },
		"primaryColor":  { "type": "string",  "default": "#cc0000" },
		"padTop":        { "type": "number",  "default": 28 },
		"padRight":      { "type": "number",  "default": 28 },
		"padBottom":     { "type": "number",  "default": 28 },
		"padLeft":       { "type": "number",  "default": 28 }
	},
	"editorScript": "bw-faq-accordion-editor",
	"viewScript": "bw-faq-accordion-view",
	"style": "bw-faq-accordion",
	"render": "file:./render.php"
}
