Add and enable drupal/google_analytics

References #5
This commit is contained in:
Oliver Davies 2020-05-14 23:34:38 +01:00
parent a2c1c99058
commit c1fb05e0f4
5 changed files with 97 additions and 1 deletions

View file

@ -18,6 +18,7 @@ module:
field_ui: 0
file: 0
filter: 0
google_analytics: 0
hook_event_dispatcher: 0
image: 0
link: 0

View file

@ -0,0 +1,37 @@
account: ''
premium: false
domain_mode: 0
cross_domains: ''
visibility:
request_path_mode: 0
request_path_pages: "/admin\n/admin/*\n/batch\n/node/add*\n/node/*/*\n/user/*/*"
user_role_mode: 0
user_role_roles: { }
user_account_mode: 0
track:
outbound: true
mailto: true
files: true
files_extensions: '7z|aac|arc|arj|asf|asx|avi|bin|csv|doc(x|m)?|dot(x|m)?|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|msp|pdf|phps|png|ppt(x|m)?|pot(x|m)?|pps(x|m)?|ppam|sld(x|m)?|thmx|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent|txt|wav|wma|wmv|wpd|xls(x|m|b)?|xlt(x|m)|xlam|xml|z|zip'
colorbox: true
linkid: false
urlfragments: false
userid: false
messages: { }
site_search: false
adsense: false
displayfeatures: false
privacy:
anonymizeip: true
custom:
dimension: { }
metric: { }
codesnippet:
create: { }
before: ''
after: ''
translation_set: false
cache: false
debug: false
_core:
default_config_hash: SMk3vOyh4KT6rXnqkDcNQ51YGpJzRV5hyig5SSIfU6U

View file

@ -10,5 +10,6 @@ weight: 1
is_admin: false
permissions:
- 'access content'
- 'opt-in or out of google analytics tracking'
- 'use text format full_html'
- 'view media'