ez-pro/core/bitrix/modules/ui/.settings.php
2025-11-13 19:52:28 +03:00

20 lines
317 B
PHP

<?php
return [
'controllers' => [
'value' => [
'namespaces' => [
'\\Bitrix\\UI\\Avatar\\Controller' => 'avatar',
],
'defaultNamespace' => '\\Bitrix\\UI\\Controller',
],
'readonly' => true,
],
'ui.uploader' => [
'value' => [
'allowUseControllers' => true,
],
'readonly' => true,
],
];