Your IP : 3.145.11.142


Current Path : /var/www/www-root/data/www/monolith-realty.ru/bitrix/blocks/bitrix/69.2.requisites/
Upload File :
Current File : /var/www/www-root/data/www/monolith-realty.ru/bitrix/blocks/bitrix/69.2.requisites/.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_69_2_NAME'),
		'section' => ['other'],
	],
	'cards' => [],
	'nodes' =>
	[
		'bitrix:landing.blocks.crm_requisites' => [
			'type' => 'component',
			'extra' => [
				'editable' => [
					'REQUISITE' => [],
					'HIDE_REQUISITES_DATA' => [],
				]
			]
		],
	],
	'style' => [
		'block' => [
			'type' => ['block-default', 'container', 'block-border'],
		],
		'nodes' => [
			'.landing-block-container' => [
				'name' => Loc::getMessage('LANDING_BLOCK_69_2_ELEMENT'),
				'type' => ['container', 'color'],
			],
		],
	],
	'attrs' => [],
];