Rename the reference to the 'Footer with Simple Menu and Cart' pattern (#41181)
This commit is contained in:
commit
457da86ef7
|
@ -29,7 +29,7 @@ import { findPatternByBlock } from './utils';
|
|||
import BlockPatternList from '../block-pattern-list';
|
||||
|
||||
const SUPPORTED_FOOTER_PATTERNS = [
|
||||
'woocommerce-blocks/footer-simple-menu-and-cart',
|
||||
'woocommerce-blocks/footer-simple-menu',
|
||||
'woocommerce-blocks/footer-with-3-menus',
|
||||
'woocommerce-blocks/footer-large',
|
||||
];
|
||||
|
|
|
@ -5,8 +5,8 @@ import { z } from 'zod';
|
|||
|
||||
const footerChoices = [
|
||||
{
|
||||
slug: 'woocommerce-blocks/footer-simple-menu-and-cart',
|
||||
label: 'Footer with Simple Menu and Cart',
|
||||
slug: 'woocommerce-blocks/footer-simple-menu',
|
||||
label: 'Footer with Simple Menu',
|
||||
},
|
||||
{
|
||||
slug: 'woocommerce-blocks/footer-with-3-menus',
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: update
|
||||
|
||||
Rename the reference to the 'Footer with Simple Menu and Cart' pattern
|
Loading…
Reference in New Issue