addto.phtml 434 B

1234567891011121314151617
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. /** @var \Magento\Wishlist\Block\AddToWishlist $block */
  7. ?>
  8. <script type="text/x-magento-init">
  9. {
  10. "body": {
  11. "addToWishlist": <?= /* @noEscape */ $this->helper(\Magento\Framework\Json\Helper\Data::class)
  12. ->jsonEncode($block->getWishlistOptions());
  13. ?>
  14. }
  15. }
  16. </script>