%PDF- %PDF-
| Direktori : /home/bitrix/www/bitrix/blocks/bitrix/html/ |
| Current File : /home/bitrix/www/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',
),
),
),
),
),
'style' => array(
'block' => array(
'type' => array('block-default'),
),
),
);