{
	"$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,
	"ancestor": [
		"woocommerce/collection-filters"
	],
	"supports": {
		"interactivity": true
	},
	"usesContext": [
		"collectionData"
	],
	"attributes": {
		"queryParam": {
			"type": "object",
			"default": {
				"calculate_price_range": "true"
			}
		},
		"showInputFields": {
			"type": "boolean",
			"default": true
		},
		"inlineInput": {
			"type": "boolean",
			"default": false
		}
	}
}
