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

19 lines
317 B
PHP

<?php
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
die();
}
return [
'css' => 'dist/actions-bar.bundle.css',
'js' => 'dist/actions-bar.bundle.js',
'rel' => [
'ui.buttons',
'main.core',
],
'skip_core' => false,
'settings' => [
'useAirDesign' => defined('AIR_SITE_TEMPLATE'),
],
];