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

19 lines
324 B
PHP

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