Your IP : 18.225.92.23


Current Path : /var/www/www-root/data/www/monolith-realty.ru/bitrix/blocks/bitrix/69.1.contacts/
Upload File :
Current File : /var/www/www-root/data/www/monolith-realty.ru/bitrix/blocks/bitrix/69.1.contacts/.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_1_NAME'),
			'section' => ['other'],
	],
	'cards' => [],
	'nodes' => [
		'bitrix:landing.blocks.crm_requisites' => [
			'type' => 'component',
			'extra' => [
				'editable' => [
					'REQUISITE' => [],
					'HIDE_CONTACTS_DATA' => [],
					'PRIMARY_ICON' => [],
				]
			]
		],
	],
	'style' => [
		'block' => [
			'type' => ['block-default', 'container', 'block-border'],
		],
		'nodes' => [
			'.landing-block-container' => [
				'name' => Loc::getMessage('LANDING_BLOCK_69_1_ELEMENT'),
				'type' => ['container', 'color'],
			],
		],
	],
	'attrs' => [],
	'assets' => [
		'ext' => ['landing_icon_fonts'],
	],
];