| Current Path : /home/rtorresani/www/vendor/magento/module-review/view/adminhtml/layout/ |
| Current File : //home/rtorresani/www/vendor/magento/module-review/view/adminhtml/layout/catalog_product_new.xml |
<?xml version="1.0"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceBlock name="product_tabs">
<block class="Magento\Review\Block\Adminhtml\Product\Edit\Tab" name="product.reviews">
<arguments>
<argument name="label" xsi:type="string" translate="true">Product Reviews</argument>
<argument name="url" xsi:type="url" path="review/product_reviews/grid">
<param name="_current">1</param>
</argument>
<argument name="class" xsi:type="string">ajax</argument>
<argument name="group_code" xsi:type="string">advanced</argument>
</arguments>
</block>
<action method="addTab">
<argument name="name" xsi:type="string">product-reviews</argument>
<argument name="block" xsi:type="string">product.reviews</argument>
</action>
</referenceBlock>
</body>
</page>