Rename the reference to the 'Footer with Simple Menu and Cart' pattern (#41181)

This commit is contained in:
nigeljamesstevenson 2023-11-03 11:28:03 +00:00 committed by GitHub
commit 457da86ef7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 3 deletions

View File

@ -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',
];

View File

@ -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',

View File

@ -0,0 +1,4 @@
Significance: patch
Type: update
Rename the reference to the 'Footer with Simple Menu and Cart' pattern