{
	"apiVersion": 2,
	"name": "ainoblocks/accordion-faq-block",
	"version": "1.1.3",
	"title": "AinoBlocks Accordion FAQ Block",
	"category": "design",
	"icon": "smiley",
	"description": "Create Frequently Asked Question's and Accordion toggles with Aino's Accordion and FAQ Block",
	"keywords": [ "faq", "accordion", "QandA", "knowledgebase", "toggle", "aino", "ainoblocks"],
	"attributes": {
		"backgroundColor": {
			"type": "string"
		},
		"borderRadius": {
			"type": "string"
		},
		"iconPosition": {
			"type": "string",
			"default": "icon__right"
		},
		"border": {
			"type": "boolean",
			"default": false
		},
		"question": {
			"type": "string"
		},
		"paddingTop": {
			"type": "number"
		},
		"paddingBottom": {
			"type": "number"
		},
		"paddingLeft": {
			"type": "number"
		},
		"paddingRight": {
			"type": "number"
		}
	},
	"supports": {
		"align": [ "wide", "full" ],
		"anchor": true,
		"color": {
			"gradients": true,
			"text": true
		},
		"__experimentalBorder": {
			"color": true,
			"width": true,
			"radius": false,
			"style": false
		}
	},
	"styles": [
		{ "name": "faq", "label": "FAQ", "isDefault": true },
		{ "name": "toggle", "label": "Content Toggle" }
	],
	"textdomain": "ainoblocks",
	"editorScript": "file:./build/index.js",
	"editorStyle": "file:./build/index.css",
	"style": "file:./build/style-index.css"
}