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

15 lines
284 B
PHP

<?
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
die();
}
$debugMode = defined('LEXICAL_DEBUG') && LEXICAL_DEBUG === true;
return [
'js' => $debugMode ? './dev/dist/lexical.dev.bundle.js' : './prod/dist/lexical.prod.bundle.min.js',
'skip_core' => true,
];