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

19 lines
301 B
PHP

<?
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
die();
}
return [
'css' => 'dist/mobile-promoter.bundle.css',
'js' => 'dist/mobile-promoter.bundle.js',
'rel' => [
'main.core',
'main.popup',
'ui.analytics',
'ui.lottie',
'main.qrcode',
],
'skip_core' => false,
];