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

20 lines
343 B
PHP

<?
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
die();
}
return [
'css' => 'dist/sign-up.bundle.css',
'js' => 'dist/sign-up.bundle.js',
'rel' => [
'main.core.events',
'ui.forms',
'ui.fonts.comforter-brush',
'main.core',
'ui.buttons',
'main.popup',
'ui.dialogs.messagebox',
],
'skip_core' => false,
];