You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 rivejä
464 B

  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. /**
  7. * @var $block \Magento\AdminAdobeIms\Block\Adminhtml\ImsReAuth
  8. */
  9. ?>
  10. <script type="text/x-magento-init">
  11. {
  12. "*": {
  13. "Magento_Ui/js/core/app": {
  14. "components": {
  15. "adobe-ims-reauth": <?= /* @noEscape */ $block->getComponentJsonConfig() ?>
  16. }
  17. }
  18. }
  19. }
  20. </script>