{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "accordion-faq/faq",
	"version": "4.1.0",
	"title": "Accordion FAQ",
	"category": "widgets",
	"icon": "editor-help",
	"description": "Display an accessible, SEO-ready FAQ accordion.",
	"keywords": [ "faq", "accordion", "toggle", "questions" ],
	"textdomain": "accordion-faq-plugin",
	"supports": {
		"align": [ "wide", "full" ],
		"html": false,
		"anchor": true
	},
	"attributes": {
		"term": { "type": "number", "default": 0 },
		"category": { "type": "string", "default": "" },
		"style": { "type": "string", "default": "" },
		"mode": { "type": "string", "default": "" },
		"engine": { "type": "string", "default": "" },
		"heading": { "type": "string", "default": "" },
		"icon": { "type": "string", "default": "" },
		"orderby": { "type": "string", "default": "date" },
		"order": { "type": "string", "default": "ASC" },
		"limit": { "type": "number", "default": -1 },
		"openFirst": { "type": "boolean", "default": false },
		"search": { "type": "boolean", "default": false },
		"filter": { "type": "boolean", "default": false },
		"expandAll": { "type": "boolean", "default": false },
		"toc": { "type": "boolean", "default": false },
		"schema": { "type": "boolean", "default": true },
		"refresh": { "type": "number", "default": 0 }
	}
}
