Skip to content

Commit 7d0485c

Browse files
committed
MC-3103: Custom Product Attributes with FullWidth Page Layout
- Fix template reference
1 parent 6f18e4f commit 7d0485c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/PageBuilder/view/frontend/page_layout/product-full-width.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<container name="product.info.details.after.wrapper" after="product.attributes.pagebuilder.wrapper" before="product.info.details.wrapper" htmlTag="div" htmlClass="page-main page-main-details">
3535
<container name="product.info.details.after.wrapper.columns" htmlTag="div" htmlClass="columns">
3636
<container name="product.info.details.after.wrapper.main" label="Product Details Main Content Container" htmlTag="div" htmlClass="column main">
37-
<block class="Magento\Framework\View\Element\Template" name="product.attributes.wrapper" template="Magento_PageBuilder::catalog/product/view/section_wrapper.html">
37+
<block class="Magento\Framework\View\Element\Template" name="product.attributes.wrapper" template="Magento_PageBuilder::catalog/product/view/section_wrapper.phtml">
3838
<arguments>
3939
<argument name="title" translate="true" xsi:type="string">More Information</argument>
4040
</arguments>
@@ -45,7 +45,7 @@
4545
</arguments>
4646
</block>
4747
</block>
48-
<block class="Magento\Framework\View\Element\Template" name="product.reviews.wrapper" after="product.attributes.wrapper" template="Magento_PageBuilder::catalog/product/view/section_wrapper.html">
48+
<block class="Magento\Framework\View\Element\Template" name="product.reviews.wrapper" after="product.attributes.wrapper" template="Magento_PageBuilder::catalog/product/view/section_wrapper.phtml">
4949
<arguments>
5050
<argument name="title" translate="true" xsi:type="string">Reviews</argument>
5151
</arguments>

0 commit comments

Comments
 (0)