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

20 lines
326 B
PHP

<?php
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true)
{
die();
}
return [
'css' => '/bitrix/js/translate/process/css/dialog.css',
'js' => [
'/bitrix/js/translate/process/dialog.js',
'/bitrix/js/translate/process/process.js',
],
'rel' => [
'main.popup',
'ui.progressbar',
'ui.buttons',
],
];