Your IP : 18.224.251.175


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

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

$arComponentParameters = array(
	'PARAMETERS' => array(
		'HTML_CODE' => array(
			'NAME' => getMessage('LANDING_CMP_PAR_HTML_CODE'),
			'TYPE' => 'STRING'
		)
	)
);

if (\Bitrix\Main\Config\Option::get('main', 'move_js_to_body') == 'Y')
{
	$arComponentParameters['PARAMETERS']['SKIP_MOVING_FALSE'] = array(
		'NAME' => getMessage('LANDING_CMP_PAR_SKIP_MOVING_FALSE'),
		'TYPE' => 'CHECKBOX'
	);
}