{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"name": "woocommerce/collection-price-filter",
	"version": "1.0.0",
	"title": "Collection Price Filter",
	"description": "Enable customers to filter the product collection by choosing a price range.",
	"category": "woocommerce",
	"keywords": [
		"WooCommerce"
	],
	"textdomain": "woocommerce",
	"apiVersion": 2,
	"viewScript": [
		"wc-collection-price-filter-block-frontend"
	],
	"ancestor": [
		"woocommerce/product-collection"
	],
	"supports": {
		"interactivity": true
	},
	"attributes": {
		"showInputFields": {
			"type": "boolean",
			"default": true
		},
		"inlineInput": {
			"type": "boolean",
			"default": false
		}
	}
}
