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

17 lines
249 B
PHP

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