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

18 lines
286 B
PHP

<?php
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true)
{
die();
}
return [
"css" => 'dist/migrationbar.bundle.css',
'js' => 'dist/migrationbar.bundle.js',
'rel' => [
'main.core',
'ui.buttons',
'main.popup',
'ui.design-tokens',
],
'skip_core' => false,
];