{
	"apiVersion": 2,
	"name": "aab/accordion-block",
	"version": "0.1.0",
	"title": "Separate Accordion",
	"category": "accordion-block",
	"description": "Build Accordion and FAQs Easily.",
	"supports": {
		"html": false,
		"anchor": true
	},
	"example": {
		"attributes": {
			"heading": "Accordion Heading"
		}
	},
	"attributes": {
		"uniqueId": {
			"type": "string"
		},
		"border": {
			"type": "object",
			"default": {
				"width": "1px",
				"color": "#cccccc",
				"style": "solid"
			}
		},
		"paddings": {
			"type": "object",
			"default": {
				"top": "10px",
				"left": "15px",
				"right": "15px",
				"bottom": "10px"
			}
		},
		"margins": {
			"type": "object",
			"default": {
				"top": "0px",
				"bottom": "15px"
			}
		},
		"borderRadius": {
			"type": "number",
			"default": 0
		},
		"heading": {
			"type": "string",
			"default": "Accordion Heading"
		},
		"headingTag": {
			"type": "string",
			"default": "h4"
		},
		"headingColor": {
			"type": "string"
		},
		"headerBg": {
			"type": "string"
		},
		"showIcon": {
			"type": "boolean",
			"default": true
		},
		"iconClass": {
			"type": "string",
			"default": "plus-alt2"
		},
		"iconPosition": {
			"type": "string",
			"default": "aab_right_icon"
		},
		"iconColor": {
			"type": "string"
		},
		"iconBackground": {
			"type": "string"
		},
		"bodyBg": {
			"type": "string"
		},
		"makeActive": {
			"type": "boolean",
			"default": false
		},
		"id": {
			"type": "string"
		},
		"linkedAccordion": {
			"type": "boolean",
			"default": false
		},
		"link": {
			"type": "string",
			"default": "#"
		},
		"tab": {
			"type": "boolean",
			"default": false
		},
		"disableAccordion": {
			"type": "boolean",
			"default": false
		}
	},
	"textdomain": "advanced-accordion-block",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css"
}
