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

18 lines
317 B
PHP

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