Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/bitrix/ext_www/rospirotorg.ru/bitrix/js/im/entity-selector/ |
Upload File : |
<?php use Bitrix\Main\Localization\Loc; if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true) { die(); } if (!\Bitrix\Main\Loader::includeModule('im')) { return []; } Loc::loadMessages(__DIR__.'/options.php'); return [ 'settings' => [ 'entities' => [ [ 'id' => 'im-bot', 'options' => [ 'dynamicLoad' => true, 'dynamicSearch' => true, 'itemOptions' => [ 'default' => [ 'supertitle' => Loc::getMessage('IM_ENTITY_SELECTOR_BOT_SUPERTITLE'), 'textColor' => '#725acc' ], 'network' => [ 'textColor' => '#0a962f' ], 'support24' => [ 'textColor' => '#0165af' ], ], ], ], [ 'id' => 'im-chat', 'options' => [ 'dynamicLoad' => true, 'dynamicSearch' => true, 'itemOptions' => [ 'CHANNEL' => [ 'supertitle' => Loc::getMessage('IM_ENTITY_SELECTOR_CHANNEL_SUPERTITLE_MSGVER_1'), ], 'ANNOUNCEMENT' => [ 'supertitle' => Loc::getMessage('IM_ENTITY_SELECTOR_ANNOUNCEMENT_SUPERTITLE'), ], 'GROUP' => [ 'supertitle' => Loc::getMessage('IM_ENTITY_SELECTOR_GROUP_SUPERTITLE'), ], 'VIDEOCONF' => [ 'supertitle' => Loc::getMessage('IM_ENTITY_SELECTOR_VIDEOCONF_SUPERTITLE'), ], 'CALL' => [ 'supertitle' => Loc::getMessage('IM_ENTITY_SELECTOR_CALL_SUPERTITLE'), ], 'CRM' => [ 'supertitle' => Loc::getMessage('IM_ENTITY_SELECTOR_CRM_SUPERTITLE'), ], 'SONET_GROUP' => [ 'supertitle' => Loc::getMessage('IM_ENTITY_SELECTOR_SONET_GROUP_SUPERTITLE'), ], 'CALENDAR' => [ 'supertitle' => Loc::getMessage('IM_ENTITY_SELECTOR_CALENDAR_SUPERTITLE'), ], 'TASKS' => [ 'supertitle' => Loc::getMessage('IM_ENTITY_SELECTOR_TASKS_SUPERTITLE'), ], 'SUPPORT24_NOTIFIER' => [ 'supertitle' => Loc::getMessage('IM_ENTITY_SELECTOR_SUPPORT24_NOTIFIER_SUPERTITLE'), 'textColor' => '#0165af', ], 'SUPPORT24_QUESTION' => [ 'supertitle' => Loc::getMessage('IM_ENTITY_SELECTOR_SUPPORT24_QUESTION_SUPERTITLE'), 'textColor' => '#0165af', ], 'LINES' => [ 'supertitle' => Loc::getMessage('IM_ENTITY_SELECTOR_LINES_SUPERTITLE'), 'textColor' => '#0a962f' ], 'LIVECHAT' => [ 'supertitle' => Loc::getMessage('IM_ENTITY_SELECTOR_LINES_SUPERTITLE'), 'textColor' => '#0a962f' ], ], ], ], [ 'id' => 'im-chat-user', 'options' => [ 'dynamicLoad' => true, 'dynamicSearch' => true, ] ], [ 'id' => 'im-user', 'options' => [ 'dynamicLoad' => true, 'dynamicSearch' => true, ], ], [ 'id' => 'im-recent', 'options' => [ 'dynamicLoad' => true, ], ], [ 'id' => 'imbot-network', 'options' => [ 'dynamicSearch' => true, ], ], ], ], ];