{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "bw/faq-item",
	"title": "FAQ Item",
	"category": "design",
	"icon": "menu",
	"description": "One FAQ: a question (shown in the list) plus its answer panel. The answer is an empty inner-block area you fill yourself. Only usable inside an FAQ Accordion.",
	"textdomain": "kadence-child",
	"parent": [ "bw/faq-accordion" ],
	"supports": {
		"html": false,
		"reusable": false
	},
	"attributes": {
		"question": { "type": "string",  "default": "" },
		"behavior": { "type": "string",  "default": "accordion" },
		"url":      { "type": "string",  "default": "" },
		"newTab":   { "type": "boolean", "default": false }
	},
	"editorScript": "bw-faq-item-editor"
}
