Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/blocks/bitrix/40.7.one_img_right_text_left/
Upload File :
Current File : /var/www/homesaver/www/bitrix/blocks/bitrix/40.7.one_img_right_text_left/.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_40_7_NAME'),
		'section' => ['tiles'],
	],
	'nodes' => [
		'.landing-block-card-title-left' => [
			'name' => Loc::getMessage('LANDING_BLOCK_40_7_TITLE'),
			'type' => 'text',
		],
		'.landing-block-card-title-right' => [
			'name' => Loc::getMessage('LANDING_BLOCK_40_7_TITLE'),
			'type' => 'text',
		],
		'.landing-block-card-text-left' => [
			'name' => Loc::getMessage('LANDING_BLOCK_40_7_TEXT'),
			'type' => 'text',
		],
		'.landing-block-card-text-right' => [
			'name' => Loc::getMessage('LANDING_BLOCK_40_7_TEXT'),
			'type' => 'text',
		],
		'.landing-block-img' => [
			'name' => Loc::getMessage('LANDING_BLOCK_40_7_IMG'),
			'type' => 'img',
			'dimensions' => ['width' => 540],
			'create2xByDefault' => false,
		],
		'.landing-block-link' => [
			'name' => Loc::getMessage('LANDING_BLOCK_40_7_LINK'),
			'type' => 'link',
		],
	],
	'style' => [
		'.landing-block-card-title-left' => [
			'name' => Loc::getMessage('LANDING_BLOCK_40_7_TITLE'),
			'type' => ['typo', 'heading'],
		],
		'.landing-block-card-text-left' => [
			'name' => Loc::getMessage('LANDING_BLOCK_40_7_TEXT'),
			'type' => ['typo'],
		],
		'.landing-block-card-title-right' => [
			'name' => Loc::getMessage('LANDING_BLOCK_40_7_TITLE'),
			'type' => ['typo', 'heading'],
		],
		'.landing-block-card-text-right' => [
			'name' => Loc::getMessage('LANDING_BLOCK_40_7_TEXT'),
			'type' => 'typo',
		],
		'.landing-block-text-container' => [
			'name' => Loc::getMessage('LANDING_BLOCK_40_7_CONTAINER'),
			'type' => ['animation', 'align-self'],
		],
		'.landing-block-container' => [
			'name' => Loc::getMessage('LANDING_BLOCK_40_7_CONTAINER'),
			'type' => ['animation', 'align-self'],
		],
		'.landing-block-text-container-right' => [
			'name' => Loc::getMessage('LANDING_BLOCK_40_7_CONTAINER'),
			'type' => ['align-self'],
		],
		'.landing-block-img' => [
			'name' => Loc::getMessage('LANDING_BLOCK_40_7_IMG'),
			'type' => ['background-overlay', 'height-vh'],
		],
		'.landing-block-link' => [
			'name' => Loc::getMessage('LANDING_BLOCK_40_7_LINK'),
			'type' => ['typo-link']
		],
		'.landing-block-link-container' => [
			'name' => Loc::getMessage('LANDING_BLOCK_40_7_CONTAINER'),
			'type' => ['text-align']
		],
	],
];