{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "productbay/product-table",
	"title": "Product Table",
	"category": "woocommerce",
	"description": "Display a WooCommerce product table via ProductBay.",
	"keywords": ["product", "table", "woocommerce", "productbay"],
	"textdomain": "productbay",
	"icon": "grid-view",
	"attributes": {
		"tableId": {
			"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": {
			"tableId": 1
		}
	},
	"editorScript": "file:./index.js"
}
