js.phtml 540 B

1234567891011121314151617181920
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. /** @var \Magento\Eav\Block\Adminhtml\Attribute\Edit\Js $block */
  7. // @codingStandardsIgnoreFile
  8. ?>
  9. <script type="text/x-magento-init">
  10. {
  11. "*": {
  12. "eavInputTypes": {
  13. "inputTypes": <?= /* @escapeNotVerified */ json_encode($block->getComaptibleInputTypes())?>,
  14. "hints": <?= /* @escapeNotVerified */ json_encode($block->getInputTypeHints())?>
  15. }
  16. }
  17. }
  18. </script>