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

14 lines
189 B
PHP

<?php
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
die();
}
return [
'js' => 'dist/code-parser.bundle.js',
'rel' => [
'main.core',
],
'skip_core' => false,
];