ez-pro/core/bitrix/js/ui/switcher-nested/config.php
2025-11-13 19:04:05 +03:00

18 lines
290 B
PHP

<?
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
die();
}
return [
'js' => 'dist/switcher-nested.bundle.js',
'rel' => [
'ui.draganddrop.draggable',
'main.core',
'main.core.events',
'main.popup',
'ui.section',
'ui.switcher',
],
'skip_core' => false,
];