Your IP : 3.144.4.249


Current Path : /var/www/www-root/data/www/monolith-realty.ru/bitrix/blocks/bitrix/16.1.google_map/
Upload File :
Current File : /var/www/www-root/data/www/monolith-realty.ru/bitrix/blocks/bitrix/16.1.google_map/.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_16_1_GOOGLE_MAP--NAME"),
		'section' => ['contacts'],
		'version' => '18.5.0',
		// old param for backward compatibility. Can used for old versions of module via repo. Do not delete!
		'subtype' => 'map',
	],
	'cards' => [],
	'style' => [
		'block' => [
			// spec list only for maps, have not appropriate group
			'type' => [
				'display',
				'height-vh',
				'animation',
				'block-border-type',
				'block-border-margin',
				'border-radius',
				'block-border-position',
			],
		],
		'nodes' => [],
	],
	'assets' => [
		'ext' => ['landing_map'],
	],
];