Skip to content

Commit 81b7066

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<argument name="title" translate="true" xsi:type="string">More Information</argument>
4040
</arguments>
4141
<!-- Create a new instance of attributes which excludes Page Builder attributes -->
42-
<block class="Magento\PageBuilder\Block\Catalog\Block\Product\View\Attributes" name="product.attributes.exclude.pagebuilder" as="additional" template="Magento_Catalog::product/view/attribute_list.phtml">
42+
<block class="Magento\PageBuilder\Block\Catalog\Block\Product\View\Attributes" name="product.attributes.exclude.pagebuilder" as="additional" template="Magento_Catalog::product/view/attributes.phtml">
4343
<arguments>
4444
<argument name="display_attributes" xsi:type="string">non_pagebuilder</argument>
4545
</arguments>

0 commit comments

Comments
 (0)