1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
.settings.php
См. документацию.
1<?php
2return [
3 'controllers' => [
4 'value' => [
5 'defaultNamespace' => '\\Bitrix\\Main\\Controller',
6 'namespaces' => [
7 '\\Bitrix\\Main\\Controller' => 'api',
8 ],
9 'restIntegration' => [
10 'enabled' => true,
11 'hideModuleScope' => true,
12 'scopes' => [
13 'userfieldconfig',
14 ],
15 ],
16 ],
17 'readonly' => true,
18 ],
19 'console' => [
20 'value' => [
21 'commands' => [
22 \Bitrix\Main\Cli\Command\Orm\AnnotateCommand::class,
23 \Bitrix\Main\Cli\Command\Make\ComponentCommand::class,
24 \Bitrix\Main\Cli\Command\Make\ControllerCommand::class,
25 \Bitrix\Main\Cli\Command\Make\TabletCommand::class,
26 \Bitrix\Main\Cli\Command\Dev\LocatorCodesCommand::class,
27 \Bitrix\Main\Cli\Command\Dev\ModuleSkeletonCommand::class,
28 \Bitrix\Main\Cli\Command\Update\ModulesCommand::class,
29 \Bitrix\Main\Cli\Command\Update\LanguagesCommand::class,
30 \Bitrix\Main\Cli\Command\Update\VersionsCommand::class,
31 \Bitrix\Main\Cli\Command\Messenger\ConsumeMessagesCommand::class,
32 ],
33 ],
34 'readonly' => true,
35 ],
36 'services' => [
37 'value' => [
38 'main.validation.service' => [
39 'className' => \Bitrix\Main\Validation\ValidationService::class,
40 ],
41 ],
42 ],
43];