1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
.settings.php
См. документацию.
1<?php
2
3return [
4 'ui.entity-selector' => [
5 'value' => [
6 'entities' => [
7 [
8 'entityId' => 'highloadblock-element',
9 'provider' => [
10 'moduleId' => 'highloadblock',
11 'className' => '\Bitrix\Highloadblock\Integration\UI\EntitySelector\ElementProvider',
12 ],
13 ]
14 ],
15 'extensions' => ['highloadblock.entity-selector'],
16 ],
17 'readonly' => true,
18 ],
19];