1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
.settings.php
См. документацию.
1<?php
2
3return [
4 'controllers' => [
5 'value' => [
6 'defaultNamespace' => '\\Bitrix\\Catalog\\Controller',
7 'restIntegration' => [
8 'enabled' => true,
9 'eventBind' => [
10 '\\Bitrix\\Catalog\\Controller\\Price',
11 '\\Bitrix\\Catalog\\Controller\\Product',
12 '\\Bitrix\\Catalog\\Controller\\Measure',
13 '\\Bitrix\\Catalog\\Controller\\RoundingRule',
14 '\\Bitrix\\Catalog\\Controller\\PriceType',
15 ]
16 ],
17 ],
18 'readonly' => true,
19 ],
20 'userField' => [
21 'value' => [
22 'access' => '\\Bitrix\\Catalog\\UserField\\UserFieldAccess',
23 ],
24 ],
25 'ui.entity-selector' => [
26 'value' => [
27 'entities' => [
28 [
29 'entityId' => 'barcode',
30 'provider' => [
31 'moduleId' => 'catalog',
32 'className' => '\\Bitrix\\Catalog\\v2\\Integration\\UI\\EntitySelector\\BarcodeProvider',
33 ],
34 ],
35 [
36 'entityId' => 'product',
37 'provider' => [
38 'moduleId' => 'catalog',
39 'className' => '\\Bitrix\\Catalog\\v2\\Integration\\UI\\EntitySelector\\ProductProvider',
40 ],
41 ],
42 [
43 'entityId' => 'product_variation',
44 'provider' => [
45 'moduleId' => 'catalog',
46 'className' => '\\Bitrix\\Catalog\\v2\\Integration\\UI\\EntitySelector\\ProductVariationProvider',
47 ],
48 ],
49 [
50 'entityId' => 'variation',
51 'provider' => [
52 'moduleId' => 'catalog',
53 'className' => '\\Bitrix\\Catalog\\v2\\Integration\\UI\\EntitySelector\\VariationProvider',
54 ],
55 ],
56 [
57 'entityId' => 'section',
58 'provider' => [
59 'moduleId' => 'catalog',
60 'className' => '\\Bitrix\\Catalog\\v2\\Integration\\UI\\EntitySelector\\SectionProvider',
61 ],
62 ],
63 [
64 'entityId' => 'brand',
65 'provider' => [
66 'moduleId' => 'catalog',
67 'className' => '\\Bitrix\\Catalog\\v2\\Integration\\UI\\EntitySelector\\BrandProvider',
68 ],
69 ],
70 [
71 'entityId' => 'contractor',
72 'provider' => [
73 'moduleId' => 'catalog',
74 'className' => '\\Bitrix\\Catalog\\v2\\Integration\\UI\\EntitySelector\\ContractorProvider',
75 ],
76 ],
77 [
78 'entityId' => 'store',
79 'provider' => [
80 'moduleId' => 'catalog',
81 'className' => '\\Bitrix\\Catalog\\v2\\Integration\\UI\\EntitySelector\\StoreProvider',
82 ],
83 ],
84 [
85 'entityId' => 'agent-contractor-product-variation',
86 'provider' => [
87 'moduleId' => 'catalog',
88 'className' => '\\Bitrix\\Catalog\\v2\\Integration\\UI\\EntitySelector\\AgentContract\\ProductVariationProvider',
89 ],
90 ],
91 [
92 'entityId' => 'agent-contractor-section',
93 'provider' => [
94 'moduleId' => 'catalog',
95 'className' => '\\Bitrix\\Catalog\\v2\\Integration\\UI\\EntitySelector\\AgentContract\\SectionProvider',
96 ],
97 ],
98 ],
99 'extensions' => [
100 'catalog.entity-selector',
101 ],
102 ],
103 'readonly' => true,
104 ],
105 'ui.uploader' => [
106 'value' => [
107 'allowUseControllers' => true,
108 ],
109 'readonly' => true,
110 ],
111 'services' => [
112 'value' => [
113 'catalog.integration.pullmanager' => [
114 'className' => '\\Bitrix\\Catalog\\Integration\\PullManager',
115 ],
116 ],
117 'readonly' => true,
118 ]
119];