123456789101112131415161718 |
- <?php
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- ?>
- <?php
- /**
- * Wysiwyg Images content template
- *
- * @var $block \Magento\Theme\Block\Adminhtml\Wysiwyg\Files\Content
- */
- ?>
- <?= $block->getChildHtml('wysiwyg_files.js') ?>
- <div id="contents-uploader" class="contents-uploader"><?= $block->getChildHtml('wysiwyg_files.uploader') ?></div>
- <div id="contents"></div>
- <div id="contents-newfolder" class="no-display"><?= $block->getChildHtml('wysiwyg_files.newfolder') ?></div>
|