Fix: Exclude Button block from the Empty Mini Cart Contents block insterter (https://github.com/woocommerce/woocommerce-blocks/pull/6034)
This commit is contained in:
parent
dcec8f38b5
commit
75bf08d2c9
|
@ -19,6 +19,7 @@ const EXCLUDED_BLOCKS: readonly string[] = [
|
|||
'core/post-comments-count',
|
||||
'core/comments-pagination',
|
||||
'core/post-navigation-link',
|
||||
'core/button',
|
||||
];
|
||||
|
||||
export const getMiniCartAllowedBlocks = (): string[] =>
|
||||
|
|
Loading…
Reference in New Issue