Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit e8b61b8

Browse files
Thiaramusthiaramusjeff-matthews
authored
MC-40328: cms_page_view_selectable layout update issue with multistore and multitheme (#8589)
* MC-40328: cms_page_view_selectable layout update issue with multistore and multitheme * Update src/guides/v2.3/frontend-dev-guide/layouts/xml-manage.md Co-authored-by: Jeff Matthews <matthews.jeffery@gmail.com> Co-authored-by: Roman Flowers <flowers@adobe.com> Co-authored-by: Jeff Matthews <matthews.jeffery@gmail.com>
1 parent f6a7753 commit e8b61b8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/guides/v2.3/frontend-dev-guide/layouts/product-layouts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ Layout file | Description
6565
`wishlist_index_configure_type_grouped.xml` | Layout from this file is applied to `grouped` product only
6666
`wishlist_index_configure_type_simple.xml` | Layout from this file is applied to `simple` product only
6767

68-
For setting a custom layout on specific category, product, and CMS pages, see [Common layout customization tasks]({{ page.baseurl }}/frontend-dev-guide/layouts/xml-manage.html#create-cms-pageproductcategory-specific-layouts).
68+
For setting a custom layout on specific category, product, and CMS pages, see [Common layout customization tasks]({{ page.baseurl }}/frontend-dev-guide/layouts/xml-manage.html#create-cms-pageproductcategory-specific-selectable-layouts).

src/guides/v2.3/frontend-dev-guide/layouts/xml-manage.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,11 +689,15 @@ You can remove navigation links from the 'My Account' dashboard on the storefron
689689
<referenceBlock name="customer-account-navigation-return-history-link" remove="true"/>
690690
```
691691

692-
## Create cms-page/product/category-specific layouts
692+
## Create cms-page/product/category-specific selectable layouts
693693

694694
As of Magento 2.3.4, merchants can select layout updates to be applied to specific Category/Product/CMS Page pages on the frontend. These layout
695695
updates are made by creating layout XML files following specific naming conventions.
696696

697+
{:.bs-callout-info}
698+
Selectable layout updates can only be loaded from the global store theme and work only in the single website with single theme configurations.
699+
If a specific entity like `cms-page/product/category` has an individual theme applied in the design configuration tab, the selected theme will have priority over the selected layout update.
700+
697701
For Categories:
698702

699703
- `catalog_category_view_selectable_<Category ID>_<Layout Update Name>.xml`

0 commit comments

Comments
 (0)