Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
active_editor.phtml
Go to the documentation of this file.
1 <?php
2 
8 // @codingStandardsIgnoreFile
9 
12 ?>
13 
14 <script>
15  require.config({
16  map: {
17  '*': {
18  wysiwygAdapter: '<?php /* @noEscape */ echo $block->getWysiwygAdapterPath(); ?>'
19  }
20  }
21  });
22 </script>