Commit ce9888abf50 for woocommerce

commit ce9888abf50a95abcc14e2c9218aa89fc3f60660
Author: Albert Juhé Lluveras <contact@albertjuhe.com>
Date:   Mon May 4 09:56:42 2026 +0200

    Don't allow adding multiple Product Filters blocks on the same page or template (#64538)

    * Don't allow adding multiple Product Filters blocks on the same page or template

    * Add changelog

diff --git a/plugins/woocommerce/changelog/update-product-filters-no-multiple b/plugins/woocommerce/changelog/update-product-filters-no-multiple
new file mode 100644
index 00000000000..47cde95ff02
--- /dev/null
+++ b/plugins/woocommerce/changelog/update-product-filters-no-multiple
@@ -0,0 +1,4 @@
+Significance: patch
+Type: update
+
+Don't allow adding multiple Product Filters blocks on the same page or template
diff --git a/plugins/woocommerce/client/blocks/assets/js/blocks/product-filters/block.json b/plugins/woocommerce/client/blocks/assets/js/blocks/product-filters/block.json
index b98506b3c8f..83a583382c9 100644
--- a/plugins/woocommerce/client/blocks/assets/js/blocks/product-filters/block.json
+++ b/plugins/woocommerce/client/blocks/assets/js/blocks/product-filters/block.json
@@ -15,7 +15,7 @@
 			"enableContrastChecker": false,
 			"button": true
 		},
-		"multiple": true,
+		"multiple": false,
 		"inserter": true,
 		"interactivity": true,
 		"typography": {