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 d8abe5d commit 7dd9129Copy full SHA for 7dd9129
app/code/Magento/CatalogExport/etc/di.xml
@@ -18,6 +18,8 @@
18
<item name="Product" xsi:type="string">Product</item>
19
<item name="Category" xsi:type="string">Category</item>
20
<item name="ProductVariant" xsi:type="string">ProductVariant</item>
21
+ <item name="Review" xsi:type="string">Review</item>
22
+ <item name="RatingMetadata" xsi:type="string">RatingMetadata</item>
23
</argument>
24
</arguments>
25
</type>
0 commit comments