We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a681d20 commit a204da5Copy full SHA for a204da5
app/code/Magento/PageBuilder/view/frontend/page_layout/product-full-width.xml
@@ -49,6 +49,11 @@
49
<arguments>
50
<argument name="title" translate="true" xsi:type="string">Reviews</argument>
51
</arguments>
52
+ <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
+ <arguments>
54
+ <argument name="hide_title" xsi:type="boolean">true</argument>
55
+ </arguments>
56
+ </block>
57
</block>
58
</container>
59
0 commit comments