19 lines
311 B
PHP
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,
|
|
],
|
|
];
|