{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "ghostkit/tabs-tab-v2",
	"parent": ["ghostkit/tabs-v2"],
	"category": "ghostkit",
	"title": "Tab",
	"description": "A single tab within a tabs block.",
	"supports": {
		"html": false,
		"className": false,
		"anchor": true,
		"reusable": false,
		"spacing": {
			"blockGap": true,
			"__experimentalDefaultControls": {
				"blockGap": true
			}
		},
		"__experimentalLayout": true,
		"layout": true
	},
	"attributes": {
		"slug": {
			"type": "string"
		},
		"active": {
			"type": "boolean"
		}
	},
	"usesContext": ["ghostkit/tabActive", "ghostkit/buttonsVerticalAlign"],
	"style": ["ghostkit"],
	"viewScript": ["ghostkit"]
}
