1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
.settings.php
См. документацию.
1<?php
2
3return [
4 'controllers' => [
5 'value' => [
6 'namespaces' => [
7 '\\Bitrix\\BizprocDesigner\\Controller' => 'api',
8 ],
9 'defaultNamespace' => '\\Bitrix\\BizprocDesigner\\Controller',
10 'restIntegration' => [
11 'enabled' => false,
12 ],
13 ],
14 'readonly' => true,
15 ],
16];