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

19 lines
357 B
PHP

<?php
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true)
{
die();
}
return [
"css" => "dist/ui.switcher.bundle.css",
"js" => "dist/ui.switcher.bundle.js",
"lang" => "/bitrix/modules/ui/install/ui.switcher.php",
'rel' => [
'main.core',
'main.core.events',
'ui.design-tokens',
'ui.design-tokens.air',
],
'skip_core' => false,
];