{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "ghostkit/tabs-v2",
	"category": "ghostkit",
	"title": "Tabs",
	"description": "Separate content on the tabs with titles.",
	"keywords": ["tabs", "tab"],
	"supports": {
		"html": false,
		"className": false,
		"anchor": true,
		"align": ["wide", "full"]
	},
	"attributes": {
		"tabActive": {
			"type": "string",
			"default": "tab-1"
		},
		"trigger": {
			"type": "string"
		},
		"buttonsVerticalAlign": {
			"type": "boolean",
			"default": false
		},
		"buttonsAlign": {
			"type": "string",
			"default": "start"
		},
		"tabsData": {
			"type": "array",
			"default": [
				{
					"slug": "tab-1",
					"title": "Tab 1"
				},
				{
					"slug": "tab-2",
					"title": "Tab 2"
				}
			]
		}
	},
	"providesContext": {
		"ghostkit/tabActive": "tabActive"
	},
	"styles": [
		{
			"name": "default",
			"label": "Tabs",
			"isDefault": true
		},
		{
			"name": "pills",
			"label": "Pills"
		},
		{
			"name": "radio",
			"label": "Radio Buttons"
		}
	],
	"style": ["ghostkit", "ghostkit-block-tabs-v2"],
	"viewScript": ["ghostkit", "ghostkit-block-tabs-v2"]
}
