content.phtml 529 B

123456789101112131415161718
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. ?>
  7. <?php
  8. /**
  9. * Wysiwyg Images content template
  10. *
  11. * @var $block \Magento\Theme\Block\Adminhtml\Wysiwyg\Files\Content
  12. */
  13. ?>
  14. <?= $block->getChildHtml('wysiwyg_files.js') ?>
  15. <div id="contents-uploader" class="contents-uploader"><?= $block->getChildHtml('wysiwyg_files.uploader') ?></div>
  16. <div id="contents"></div>
  17. <div id="contents-newfolder" class="no-display"><?= $block->getChildHtml('wysiwyg_files.newfolder') ?></div>