{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"name": "woocommerce/collection-attribute-filter",
	"version": "1.0.0",
	"title": "Collection Attribute Filter",
	"description": "Enable customers to filter the product grid by selecting one or more attributes, such as color.",
	"category": "woocommerce",
	"keywords": [
		"WooCommerce"
	],
	"textdomain": "woocommerce",
	"apiVersion": 2,
	"ancestor": [
		"woocommerce/collection-filters"
	],
	"supports": {
		"interactivity": true
	},
	"usesContext": [
		"collectionData"
	],
	"attributes": {
		"queryParam": {
			"type": "object",
			"default": {}
		},
		"attributeId": {
			"type": "number",
			"default": 0
		},
		"showCounts": {
			"type": "boolean",
			"default": false
		},
		"queryType": {
			"type": "string",
			"default": "or"
		},
		"displayStyle": {
			"type": "string",
			"default": "list"
		},
		"selectType": {
			"type": "string",
			"default": "multiple"
		},
		"isPreview": {
			"type": "boolean",
			"default": false
		}
	}
}
