1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
.settings.php
См. документацию.
1<?php
2return [
3 'controllers' => [
4 'value' => [
5 'namespaces' => [
6 '\\Bitrix\\Seo\\Controller' => 'api',
7 ],
8 'restIntegration' => [
9 'enabled' => false,
10 ],
11 ],
12 'readonly' => true,
13 ],
14 'services' => [
15 'value' => [
16 'seo.leadads.service' => [
17 "className" => static function(){
18 return \Bitrix\Seo\LeadAds\Service::getInstance();
19 }
20 ],
21 'seo.business.service' => [
22 'className' => static function() {
23 return \Bitrix\Seo\BusinessSuite\Service::getInstance();
24 }
25 ],
26 'seo.business.adapter' => [
27 'className' => static function() {
28 return \Bitrix\Seo\BusinessSuite\ServiceAdapter::loadFacebookService();
29 }
30 ],
31 'seo.business.conversion' => [
32 'className' => '\\Bitrix\\Seo\\Conversion\\Facebook\\Conversion',
33 'constructorParams' => static function () : array {
34 $locator = \Bitrix\Main\DI\ServiceLocator::getInstance();
35 if ($locator->has('seo.business.service'))
36 {
37 return [$locator->get('seo.business.service')];
38 }
39 return [];
40 }
41 ],
42 'seo.catalog.webhook.handler' => [
43 'className' => '\\Bitrix\\Seo\\Catalog\\CatalogWebhookHandler',
44 'constructorParams' => static function () : array {
45 return [
46 \Bitrix\Main\Context::getCurrent()->getRequest(),
47 \Bitrix\Seo\Service::getEngine(),
48 \Bitrix\Main\EventManager::getInstance(),
49 \Bitrix\Main\Application::getInstance(),
50 ];
51 }
52 ],
53 ],
54 'readonly' => true,
55 ],
56 'ui.selector' => [
57 'value' => [
58 'seo.selector'
59 ],
60 'readonly' => true,
61 ],
62 'ui.entity-selector' => [
63 'value' => [
64 'entities' => [
65 [
66 'entityId' => 'facebook_interests',
67 'provider' => [
68 'moduleId' => 'seo',
69 'className' => '\\Bitrix\\Seo\\UI\\Provider\\InterestsProvider'
70 ],
71 ],
72 [
73 'entityId' => 'facebook_regions',
74 'provider' => [
75 'moduleId' => 'seo',
76 'className' => '\\Bitrix\\Seo\\UI\\Provider\\RegionsProvider'
77 ],
78 ]
79 ],
80 'extensions' => ['seo.entity-selector'],
81 ],
82 'readonly' => true,
83 ]
84];
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804