Skip to content

Instantly share code, notes, and snippets.

@OlegShchavelev
Created January 25, 2017 23:26
Show Gist options
  • Save OlegShchavelev/7f54621e3e3973b2ed928774a16873db to your computer and use it in GitHub Desktop.
Save OlegShchavelev/7f54621e3e3973b2ed928774a16873db to your computer and use it in GitHub Desktop.
Добавить в скрипт параметр разрешить/запретить изменение масштаба колесиком мышки
Добавляем в настройки сниппета yandexMaps параметр scroll тип вывод список
[[+scroll]] //Выкл. зум карты
$scroll = $modx->getOption('scroll', $scriptProperties, true); // Добавляем параметр scroll
$tplParams = array(
...
'scroll' => $scroll,
...
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment