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

17 lines
266 B
PHP

<?
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
die();
}
return [
'js' => 'dist/auto-launch.bundle.js',
'rel' => [
'main.core.collections',
'main.core.z-index-manager',
'main.core',
'main.core.events',
],
'skip_core' => false,
];