{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "aieo/data-table",
	"title": "Rooster One Data Table",
	"category": "woocommerce",
	"icon": "list-view",
	"description": "A searchable, filterable table of your products on the storefront, with type-ahead search, dropdown filters and paging.",
	"keywords": [ "aieo", "table", "finder", "search", "filter", "products", "catalogue" ],
	"textdomain": "ai-eshop-optimizer",
	"supports": {
		"html": false,
		"align": [ "wide", "full" ]
	},
	"attributes": {
		"table": {
			"type": "string",
			"default": "fast_finder"
		},
		"perPage": {
			"type": "number",
			"default": 10
		}
	},
	"viewStyle": [ "aieo-tokens", "aieo-controls", "aieo-table" ],
	"viewScript": [ "aieo-table" ]
}
