Your IP : 18.117.103.114


Current Path : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/components/bitrix/landing.role_edit/
Upload File :
Current File : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/components/bitrix/landing.role_edit/.parameters.php

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

if (\Bitrix\Main\Loader::includeModule('landing'))
{
	$types = \Bitrix\Landing\Site::getTypes();
}
else
{
	$types = array();
}

$arComponentParameters = Array(
	'PARAMETERS' => array(
		'TYPE' => array(
			'NAME' => getMessage('LANDING_CMP_PAR_TYPE'),
			'TYPE' => 'LIST',
			'VALUES' => $types
		),
		'ROLE_EDIT' => array(
			'NAME' => getMessage('LANDING_CMP_PAR_ROLE_EDIT'),
			'TYPE' => 'STRING'
		),
		'PAGE_URL_ROLES' => array(
			'NAME' => getMessage('LANDING_CMP_PAR_PAGE_URL_ROLES'),
			'TYPE' => 'STRING'
		)
	)
);