| Current Path : /var/www/homesaver/www/bitrix/blocks/bitrix/04.1.one_col_fix_with_title/ |
| Current File : /var/www/homesaver/www/bitrix/blocks/bitrix/04.1.one_col_fix_with_title/.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_FIX_WITH_TITLE_NAME'),
'section' => ['title'],
],
'cards' => [],
'nodes' => [
'.landing-block-node-subtitle' => [
'name' => Loc::getMessage('LANDING_BLOCK_3_ONE_COL_FIX_WITH_TITLE_NODES_LANDINGBLOCKNODESUBTITLE'),
'type' => 'text',
],
'.landing-block-node-title' => [
'name' => Loc::getMessage('LANDING_BLOCK_3_ONE_COL_FIX_WITH_TITLE_NODES_LANDINGBLOCKNODETITLE'),
'type' => 'text',
],
],
'style' => [
'block' => [
'type' => ['block-default', 'animation'],
],
'nodes' => [
'.landing-block-node-subtitle' => [
'name' => Loc::getMessage('LANDING_BLOCK_3_ONE_COL_FIX_WITH_TITLE_STYLE_LANDINGBLOCKNODESUBTITLE'),
'type' => ['typo', 'animation'],
],
'.landing-block-node-title' => [
'name' => Loc::getMessage('LANDING_BLOCK_3_ONE_COL_FIX_WITH_TITLE_STYLE_LANDINGBLOCKNODETITLE'),
'type' => ['typo', 'animation'],
],
'.landing-block-node-inner' => [
'name' => Loc::getMessage('LANDING_BLOCK_3_ONE_COL_FIX_WITH_TITLE_STYLE_LANDINGBLOCKNODEINNER'),
'type' => ['text-align', 'heading', 'container', 'animation'],
],
],
],
];