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 3d69b13 commit 75a5f25Copy full SHA for 75a5f25
app/code/Magento/Wishlist/view/frontend/layout/catalog_category_view.xml
@@ -21,11 +21,9 @@
21
template="Magento_Wishlist::catalog/product/list/addto/wishlist.phtml"/>
22
</referenceBlock>
23
<referenceContainer name="category.product.list.additional">
24
- <block
25
- class="Magento\Wishlist\Block\AddToWishlist"
+ <block class="Magento\Wishlist\Block\AddToWishlist"
26
name="category.product.list.additional.wishlist_addto"
27
- template="Magento_Wishlist::addto.phtml"
28
- >
+ template="Magento_Wishlist::addto.phtml">
29
<arguments>
30
<argument name="is_product_list" xsi:type="boolean">true</argument>
31
</arguments>
0 commit comments