ez-pro/core/bitrix/modules/landing/.settings.php
2025-11-13 19:04:05 +03:00

27 lines
529 B
PHP

<?php
return [
'controllers' => [
'value' => [
'namespaces' => [
'\\Bitrix\\Landing\\Controller' => 'api'
],
'defaultNamespace' => '\\Bitrix\\Landing\\Controller'
],
'readonly' => true
],
'ui.entity-selector' => [
'value' => [
'entities' => [
[
'entityId' => 'landing',
'provider' => [
'moduleId' => 'landing',
'className' => '\\Bitrix\\Landing\\Connector\\Ui\\SelectorProvider'
]
]
],
'extensions' => ['landing.entity-selector']
],
'readonly' => true
]
];