{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "plethoraplugins/tabs",
	"version": "2.2",
	"title": "Tabs or Accordion",
	"category": "widgets",
	"icon": "image",
	"description": "User-friendly tabs or accordion block",
	"attributes": {
		"label": {
			"type": "string",
			"default": "Tabs or Accordion"
		},
		"layout": {
			"type": "string",
			"default": ""
		},
		"theme": {
			"type": "string",
			"default": ""
		},
		"mobileBreakpoint": {
			"type": "string",
			"default": ""
		},
		"tabLabels": {
			"type": "array",
			"default": []
		},
		"tabIds": {
			"type": "array",
			"default": []
		},
		"hTabResponsive": {
			"type": "string",
			"default": ""
		},
		"hResponsiveAccordionsCollapsedInitially": {
			"type": "string",
			"default": ""
		},
		"vTabListWidth": {
			"type": "string",
			"default": "25%"
		},
		"vTabContentWidth": {
			"type": "string",
			"default": "75%"
		},
		"initialActiveTab": {
			"type": "string",
			"default": ""
		},
		"accordionAutoClose": {
			"type": "boolean",
			"default": false
		},
		"accordionHeadingLevel": {
			"type": "string",
			"default": ""
		},
		"enableFaqSchema": {
			"type": "boolean",
			"default": false
		},
		"faqSchemaEnabled": {
			"type": "boolean",
			"default": false
		}
	},
	"supports": {
		"html": false
	},
	"textdomain": "plethoraplugins-tabs",
	"editorScript": "file:./build/index.js",
	"editorStyle": "file:./build/index.css",
	"style": "file:./build/style-index.css"
}