Skip to content

Commit 594295d

Browse files
committed
MC-37348: Did not scroll to review tab
1 parent 5979ab0 commit 594295d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
<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>
40+
<argument name="section_id" xsi:type="string">additional</argument>
4041
</arguments>
4142
<!-- Create a new instance of attributes which excludes Page Builder attributes -->
4243
<block class="Magento\PageBuilder\Block\Catalog\Block\Product\View\Attributes" name="product.attributes.exclude.pagebuilder" as="additional" template="Magento_Catalog::product/view/attributes.phtml">
@@ -48,6 +49,7 @@
4849
<block class="Magento\Framework\View\Element\Template" name="product.reviews.wrapper" after="product.attributes.wrapper" template="Magento_PageBuilder::catalog/product/view/section_wrapper.phtml">
4950
<arguments>
5051
<argument name="title" translate="true" xsi:type="string">Reviews</argument>
52+
<argument name="section_id" xsi:type="string">reviews</argument>
5153
</arguments>
5254
<block class="Magento\Review\Block\Product\View\ListView" name="product.info.product_additional_data.wrapper" template="Magento_Review::product/view/list.phtml" ifconfig="catalog/review/active">
5355
<arguments>

0 commit comments

Comments
 (0)