Your IP : 3.129.25.184


Current Path : /home/bitrix/initial_sites/coffe.land_1/bitrix/blocks/bitrix/16.1.google_map/
Upload File :
Current File : /home/bitrix/initial_sites/coffe.land_1/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',
		'subtype' => 'map',
		'subtype_params' =>[
			'required' => 'google'
		],
	],
	'cards' => [],
	'nodes' => [
		'.landing-block-node-map' => [
			'name' => 'Map',
			'type' => 'map',
		]
	],
	'style' => [
		'block' => [
			'type' => ['block-default-wo-background-vh-animation']
		],
		'nodes' => [],
	],
	'assets' => [
		'ext' => ['landing_google_maps_new'],
	]
];