| Current Path : /var/www/homesaver/www/bitrix/modules/report/install/public/js/report/js/dashboard/ |
| Current File : /var/www/homesaver/www/bitrix/modules/report/install/public/js/report/js/dashboard/config.php |
<?
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true)
{
die();
}
return [
'js' => [
'/bitrix/js/report/js/dashboard/board.js',
'/bitrix/js/report/js/dashboard/row.js',
'/bitrix/js/report/js/dashboard/rowlayouts.js',
'/bitrix/js/report/js/dashboard/cell.js',
'/bitrix/js/report/js/dashboard/widget.js',
'/bitrix/js/report/js/dashboard/content.js',
'/bitrix/js/report/js/dashboard/utils.js'
],
'css' => [
'/bitrix/js/report/js/dashboard/css/dashboard.css',
],
'rel' => ['ui.design-tokens', 'ui.fonts.opensans', 'date', 'popup', 'color_picker', 'dnd',],
'bundle_js' => 'dashboard',
'bundle_css' => 'dashboard',
];