| Current Path : /home/rtorresani/www/vendor/magento/module-wishlist/view/frontend/templates/ |
| Current File : //home/rtorresani/www/vendor/magento/module-wishlist/view/frontend/templates/addto.phtml |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
/** @var \Magento\Wishlist\Block\AddToWishlist $block */
?>
<script type="text/x-magento-init">
{
"body": {
"addToWishlist": <?= /* @noEscape */ $this->helper(\Magento\Framework\Json\Helper\Data::class)
->jsonEncode($block->getWishlistOptions());
?>
}
}
</script>