ez-pro/core/bitrix/js/location/source/config.php
2025-11-13 19:04:05 +03:00

17 lines
282 B
PHP

<?
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
die();
}
return [
'css' => 'dist/source.bundle.css',
'js' => 'dist/source.bundle.js',
'rel' => [
'main.polyfill.core',
'location.core',
'location.google',
'location.osm',
],
'skip_core' => true,
];