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

15 lines
220 B
PHP

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