Your IP : 3.145.174.57


Current Path : /var/www/www-root/data/www/info.monolith-realty.ru/bitrix/blocks/bitrix/html/
Upload File :
Current File : /var/www/www-root/data/www/info.monolith-realty.ru/bitrix/blocks/bitrix/html/.description.php

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

use \Bitrix\Main\Localization\Loc;

return array(
	'block' => array(
		'name' => Loc::getMessage('LD_BLOCK_HTML_NAME'),
		'section' => array('other'),
		'html' => false
	),
	'nodes' => array(
		'bitrix:landing.blocks.html' => array(
			'type' => 'component',
			'waf_ignore' => true,
			'extra' => array(
				'editable' => array(
					'HTML_CODE' => array(
						'type' => 'html'
					),
					'SKIP_MOVING_FALSE' => array()
				)
			)
		)
	),
	'style' => array(
		'block' => array(
			'type' => array('block-default')
		),
	),
);