| Current Path : /var/www/homesaver/www/bitrix/blocks/bitrix/33.13.form_2_light_no_text/ |
| Current File : /var/www/homesaver/www/bitrix/blocks/bitrix/33.13.form_2_light_no_text/.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('LANDING_BLOCK_FORM_33.10'),
'section' => array('forms'),
'dynamic' => false,
'subtype' => 'form',
),
'nodes' => array(),
'style' => array(
'block' => [
'type' => ['block-default', 'block-border'],
],
'nodes' => [],
),
'assets' => array(
'ext' => array('landing_form'),
),
);