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

14 lines
236 B
PHP

<?
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
die();
}
return [
'css' => '/bitrix/js/ui/confetti/style.css',
'js' => 'dist/confetti.bundle.js',
'rel' => [
'main.polyfill.core',
],
'skip_core' => true,
];