Your IP : 3.148.108.244


Current Path : /var/www/www-root/data/www/info.monolith-realty.ru/bitrix/js/landing/entity-selector/
Upload File :
Current File : /var/www/www-root/data/www/info.monolith-realty.ru/bitrix/js/landing/entity-selector/config.php

<?php
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
	die();
}

return [
	'settings' => [
		'entities' => [
			[
				'id' => 'landing',
				'options' => [
					'itemOptions' => [
						'default' => [
							'avatarOptions' => [
								'bgSize' => 'cover',
							],
						],
						'folder' => [
							'avatar' => '/bitrix/js/landing/entity-selector/src/images/icon-folder.svg',
						],
					],
					'dynamicLoad' => true,
					'dynamicSearch' => true,
				],
			]
		]
	]
];