Mini Cart block: re-enable background support woocommerce/woocommerce-blocks#4965 (https://github.com/woocommerce/woocommerce-blocks/pull/5539)
Mini Cart block: re-enable background support woocommerce/woocommerce-blocks#4965
This commit is contained in:
parent
a5bd8f0564
commit
cba17c2ef9
|
@ -36,7 +36,7 @@ const settings = {
|
|||
* to add color classes and style to the wrapper.
|
||||
*/
|
||||
__experimentalSkipSerialization: true,
|
||||
background: false,
|
||||
background: true,
|
||||
},
|
||||
/**
|
||||
* We need this experimental flag because we don't want to style the
|
||||
|
|
Loading…
Reference in New Issue