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

19 lines
311 B
PHP

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