Store Customization > Replace the Just Arrived Full Hero pattern with the Hero Product Split pattern in the CYS flow (#41109)
* Use the Hero Product Split pattern as the initial one for all templates. * Add changefile(s) from automation for the following project(s): woocommerce --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Adrian Duffell <9312929+adrianduffell@users.noreply.github.com>
This commit is contained in:
parent
6b44a969d0
commit
1f625ca671
|
@ -5,7 +5,7 @@ export const HOMEPAGE_TEMPLATES = {
|
|||
'woocommerce-blocks/header-centered-menu-with-search',
|
||||
|
||||
// Body
|
||||
'woocommerce-blocks/just-arrived-full-hero',
|
||||
'woocommerce-blocks/hero-product-split',
|
||||
'woocommerce-blocks/product-collection-5-columns',
|
||||
'woocommerce-blocks/hero-product-3-split',
|
||||
'woocommerce-blocks/product-collection-3-columns',
|
||||
|
@ -36,7 +36,7 @@ export const HOMEPAGE_TEMPLATES = {
|
|||
'woocommerce-blocks/header-essential',
|
||||
|
||||
// Body
|
||||
'woocommerce-blocks/featured-category-cover-image',
|
||||
'woocommerce-blocks/hero-product-split',
|
||||
'woocommerce-blocks/product-collection-4-columns',
|
||||
'woocommerce-blocks/hero-product-chessboard',
|
||||
'woocommerce-blocks/product-collection-5-columns',
|
||||
|
@ -60,7 +60,7 @@ export const HOMEPAGE_TEMPLATES = {
|
|||
'woocommerce-blocks/header-centered-menu-with-search',
|
||||
|
||||
// Body
|
||||
'woocommerce-blocks/featured-category-cover-image',
|
||||
'woocommerce-blocks/hero-product-split',
|
||||
'woocommerce-blocks/product-collection-featured-products-5-columns',
|
||||
'woocommerce-blocks/featured-category-triple',
|
||||
'woocommerce-blocks/product-query-product-gallery',
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: update
|
||||
|
||||
Replace the **Just Arrived Full Hero** pattern with the **Hero Product Split** in the CYS flow
|
Loading…
Reference in New Issue