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

17 lines
292 B
PHP

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