| Current Path : /var/www/homesaver/www/bitrix/blocks/bitrix/04.4.one_col_big_with_img/ |
| Current File : /var/www/homesaver/www/bitrix/blocks/bitrix/04.4.one_col_big_with_img/.description.php |
<?php
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
die();
}
use \Bitrix\Main\Localization\Loc;
return [
'block' => [
'name' => Loc::getMessage('LANDING_BLOCK_3_ONE_COL_BIG_WITH_IMG_NAME'),
'section' => ['title'],
],
'cards' => [],
'nodes' => [
'.landing-block-node-mainimg' => [
'name' => Loc::getMessage('LANDING_BLOCK_3_ONE_COL_BIG_WITH_IMG_NODES_LANDINGBLOCKNODEMAINIMG'),
'type' => 'img',
'editInStyle' => true,
'allowInlineEdit' => false,
'dimensions' => ['width' => 1920],
'isWrapper' => true,
],
'.landing-block-node-subtitle' => [
'name' => Loc::getMessage('LANDING_BLOCK_3_ONE_COL_BIG_WITH_IMG_NODES_LANDINGBLOCKNODESUBTITLE'),
'type' => 'text',
],
'.landing-block-node-title' => [
'name' => Loc::getMessage('LANDING_BLOCK_3_ONE_COL_BIG_WITH_IMG_NODES_LANDINGBLOCKNODETITLE'),
'type' => 'text',
],
],
'style' => [
'block' => [
'type' => ['block-default-background', 'animation'],
],
'nodes' => [
'.landing-block-node-subtitle' => [
'name' => Loc::getMessage('LANDING_BLOCK_3_ONE_COL_BIG_WITH_IMG_STYLE_LANDINGBLOCKNODESUBTITLE'),
'type' => ['typo', 'animation'],
],
'.landing-block-node-title' => [
'name' => Loc::getMessage('LANDING_BLOCK_3_ONE_COL_BIG_WITH_IMG_STYLE_LANDINGBLOCKNODETITLE'),
'type' => ['typo', 'animation'],
],
'.landing-block-node-inner' => [
'name' => Loc::getMessage('LANDING_BLOCK_3_ONE_COL_BIG_WITH_IMG_STYLE_LANDINGBLOCKNODEINNER'),
'type' => ['text-align', 'heading', 'container', 'animation'],
],
],
],
];