You are here

google_analytics.libraries.yml in Google Analytics 8.3

Same filename and directory in other branches
  1. 8.2 google_analytics.libraries.yml
  2. 4.x google_analytics.libraries.yml

File

google_analytics.libraries.yml
View source
  1. google_analytics:
  2. version: VERSION
  3. js:
  4. js/google_analytics.js: {}
  5. dependencies:
  6. - core/jquery
  7. - core/drupal
  8. - core/drupalSettings
  9. google_analytics.debug:
  10. version: VERSION
  11. js:
  12. js/google_analytics.debug.js: {}
  13. dependencies:
  14. - core/jquery
  15. - core/drupal
  16. - core/drupalSettings
  17. google_analytics.admin:
  18. version: VERSION
  19. js:
  20. js/google_analytics.admin.js: {}
  21. dependencies:
  22. - core/jquery
  23. - core/drupal
  24. google_analytics.test:
  25. version: VERSION
  26. js:
  27. src/Tests/GoogleAnalyticsJavaScriptTest.js: {}
  28. dependencies:
  29. - core/jquery
  30. - core/drupal
  31. - core/drupalSettings