templates/layout/head/env-variables.html.twig line 1

Open in your IDE?
  1. <script>
  2.     window.cookieDomain            = "{{ cookie_domain }}";
  3.     window.googleAnalyticsUA       = "{{ google_analytics_ua }}";
  4.     window.googleTagManager        = "{{ google_tag_manager }}";
  5.     window.deleteCookies           = "{{ delete_cookies }}";
  6.     window.hiddenInit = [
  7.         "{{ document.getProperty('docDataProtection', '') }}",
  8.         "{{ document.getProperty('docLegal', '') }}",
  9.         "{{ document.getProperty('docConditions', '') }}"
  10.     ];
  11.     window.googleMapsAPI           = "{{ google_maps_api }}"
  12. </script>