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

17 lines
276 B
PHP

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