Hide Cart and Checkout blocks from the widget editor (https://github.com/woocommerce/woocommerce-blocks/pull/4303)
This commit is contained in:
parent
c391899258
commit
3f1caedb9e
|
@ -139,6 +139,8 @@ final class BlockTypesController {
|
||||||
'PriceFilter',
|
'PriceFilter',
|
||||||
'AttributeFilter',
|
'AttributeFilter',
|
||||||
'ActiveFilters',
|
'ActiveFilters',
|
||||||
|
'Cart',
|
||||||
|
'Checkout',
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue