123456789101112 |
- <?php
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- /**
- * @var \Magento\Ui\Component\Layout\Tabs $block
- */
- ?>
- <div data-bind="scope: '<?= /* @escapeNotVerified */ $block->getDataScope() ?>.sections' " class="ui-tabs">
- <!-- ko template: getTemplate() --><!-- /ko -->
- </div>
|