From 2ec649e64f6397e88b28d5bd7b922c919ac1118d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albert=20Juh=C3=A9=20Lluveras?= Date: Wed, 2 Jun 2021 11:24:20 +0200 Subject: [PATCH] Hide Cart and Checkout blocks from the widget editor --- src/BlockTypesController.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/BlockTypesController.php b/src/BlockTypesController.php index 7ef66bfc632..62e7a57e517 100644 --- a/src/BlockTypesController.php +++ b/src/BlockTypesController.php @@ -139,6 +139,8 @@ protected function get_block_types() { 'PriceFilter', 'AttributeFilter', 'ActiveFilters', + 'Cart', + 'Checkout', ] ); }