1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
.settings.php
См. документацию.
1<?php
2return [
3 'controllers' => [
4 'value' => [
5 'namespaces' => [
6 '\\Bitrix\\Landing\\Controller' => 'api'
7 ],
8 'defaultNamespace' => '\\Bitrix\\Landing\\Controller'
9 ],
10 'readonly' => true
11 ],
12 'ui.entity-selector' => [
13 'value' => [
14 'entities' => [
15 [
16 'entityId' => 'landing',
17 'provider' => [
18 'moduleId' => 'landing',
19 'className' => '\\Bitrix\\Landing\\Connector\\Ui\\SelectorProvider'
20 ]
21 ]
22 ],
23 'extensions' => ['landing.entity-selector']
24 ],
25 'readonly' => true
26 ]
27];