File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
app/code/Magento/PageBuilder/view/frontend/page_layout Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 37
37
<block class =" Magento\Framework\View\Element\Template" name =" product.attributes.wrapper" template =" Magento_PageBuilder::catalog/product/view/section_wrapper.phtml" >
38
38
<arguments >
39
39
<argument name =" title" translate =" true" xsi : type =" string" >More Information</argument >
40
+ <argument name =" section_id" xsi : type =" string" >additional</argument >
40
41
</arguments >
41
42
<!-- Create a new instance of attributes which excludes Page Builder attributes -->
42
43
<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
49
<block class =" Magento\Framework\View\Element\Template" name =" product.reviews.wrapper" after =" product.attributes.wrapper" template =" Magento_PageBuilder::catalog/product/view/section_wrapper.phtml" >
49
50
<arguments >
50
51
<argument name =" title" translate =" true" xsi : type =" string" >Reviews</argument >
52
+ <argument name =" section_id" xsi : type =" string" >reviews</argument >
51
53
</arguments >
52
54
<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" >
53
55
<arguments >
You can’t perform that action at this time.
0 commit comments