require_cookie.phtml 338 B

123456789101112131415
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. ?>
  7. <?php /** @var \Magento\Cookie\Block\RequireCookie $block */ ?>
  8. <script type="text/x-magento-init">
  9. {
  10. "body": {
  11. "requireCookie": <?= /* @noEscape */ $block->getScriptOptions() ?>
  12. }
  13. }
  14. </script>