{
	"apiVersion": 2,
	"name": "sixa/faq",
	"title": "FAQ",
	"category": "widgets",
	"description": "Display Frequently Asked Questions in an accordion on your website.",
	"keywords": [
		"faq",
		"questions",
		"answers",
		"accordion",
		"frequently asked questions"
	],
	"supports": {
		"html": false
	},
	"attributes": {
		"category": {
			"type": "string",
			"default": ""
		},
		"ids": {
			"type": "array",
			"default": []
		},
		"limit": {
			"type": "number",
			"default": 3
		},
		"order": {
			"type": "string",
			"default": "asc"
		},
		"orderby": {
			"type": "string",
			"default": "title"
		}
	},
	"textdomain": "sixa-wp-block-faq",
	"editorScript": "file:./build/index.js",
	"style": "file:./build/style-index.css"
}
