Last active
February 24, 2020 15:37
-
-
Save szeidler/dd6a18fe5f9bc80c76359d2c30c331c0 to your computer and use it in GitHub Desktop.
Add drupal:node dependency for google_analytics_counter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/google_analytics_counter.info.yml b/google_analytics_counter.info.yml | |
index 661cd70..f032046 100644 | |
--- a/google_analytics_counter.info.yml | |
+++ b/google_analytics_counter.info.yml | |
@@ -4,6 +4,8 @@ description: 'Lightweight page view counter drawing on data collected by Google | |
# core: 8.x | |
package: Statistics | |
configure: google_analytics_counter.admin_settings_form | |
+dependencies: | |
+ - drupal:node | |
# Information added by Drupal.org packaging script on 2019-04-02 | |
version: '8.x-3.0-alpha19' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment