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

16 lines
241 B
PHP

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