View file File name : block.json Content :{ "name": "woocommerce/product-filter", "version": "1.0.0", "title": "Product Filter", "description": "A block that adds product filters to the product collection.", "category": "woocommerce", "keywords": [ "WooCommerce", "Filters" ], "textdomain": "woocommerce", "supports": { "html": false, "reusable": false }, "usesContext": [ "query", "queryId" ], "attributes": { "filterType": { "type": "string" }, "heading": { "type": "string" }, "isPreview": { "type": "boolean", "default": false }, "attributeId": { "type": "number", "default": 0 } }, "example": { "attributes": { "isPreview": true } }, "apiVersion": 2, "$schema": "https://schemas.wp.org/trunk/block.json" }