{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "productbay/tab-product-table",
	"title": "Product Table (Tab)",
	"category": "woocommerce",
	"description": "Display multiple WooCommerce product tables in a tabbed layout via ProductBay.",
	"keywords": ["tabs", "product", "table", "woocommerce", "productbay"],
	"textdomain": "productbay",
	"icon": "table-col-after",
	"attributes": {
		"tableIds": {
			"type": "array",
			"items": { "type": "number" },
			"default": []
		},
		"tabLabels": {
			"type": "array",
			"items": { "type": "string" },
			"default": []
		},
		"activeTab": {
			"type": "number",
			"default": 0
		}
	},
	"supports": {
		"html": false,
		"align": ["wide", "full"],
		"color": {
			"gradients": true,
			"link": true,
			"text": true,
			"background": true
		},
		"spacing": {
			"margin": true,
			"padding": true,
			"blockGap": true
		},
		"border": {
			"color": true,
			"radius": true,
			"style": true,
			"width": true
		}
	},
	"example": {
		"attributes": {
			"tableIds": [1, 2],
			"tabLabels": ["Laptops", "Smartphones"]
		}
	},
	"editorScript": "file:./index.js"
}
