{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "bw/accordion-item",
	"title": "Accordion Item",
	"category": "design",
	"icon": "menu",
	"description": "One cell of a Brentwood Table Accordion: a label (the table cell) plus the panel content shown when it expands. Only usable inside a Table Accordion.",
	"textdomain": "kadence-child",
	"parent": [ "bw/table-accordion" ],
	"supports": {
		"html": false,
		"reusable": false
	},
	"attributes": {
		"label":     { "type": "string",  "default": "" },
		"behavior":  { "type": "string",  "default": "accordion" },
		"url":       { "type": "string",  "default": "" },
		"fullWidth": { "type": "boolean", "default": false }
	},
	"editorScript": "bw-accordion-item-editor"
}
