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

18 lines
318 B
PHP

<?
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true)
{
die();
}
return [
"css" => "/bitrix/js/ui/sidepanel-content/ui.sidepanel-content.css",
'js' => 'dist/ui.sidepanel-content.js',
'rel' => [
'main.core',
'main.sidepanel',
'ui.sidepanel.layout',
'ui.helper',
],
'skip_core' => false,
];