Hide Cart and Checkout blocks from the widget editor (https://github.com/woocommerce/woocommerce-blocks/pull/4303)

This commit is contained in:
Albert Juhé Lluveras 2021-06-03 09:50:12 +02:00 committed by GitHub
parent c391899258
commit 3f1caedb9e
1 changed files with 2 additions and 0 deletions

View File

@ -139,6 +139,8 @@ final class BlockTypesController {
'PriceFilter',
'AttributeFilter',
'ActiveFilters',
'Cart',
'Checkout',
]
);
}