Skip to content

Commit

Permalink
IN-227 narrativestudies.lib.unb.ca google_analyics ^2 -> ^4
Browse files Browse the repository at this point in the history
  • Loading branch information
camilocodes committed Jun 27, 2023
1 parent 998a56d commit c47eae5
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 2 deletions.
1 change: 1 addition & 0 deletions build/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"drupal/bibcite": "2.0.0-beta2",
"drupal/bootstrap": "3.25",
"drupal/core": "9.5.8",
"drupal/google_analytics": "^4",
"drupal/health_check": "1.3",
"drupal/redis": "1.6",
"drupal/token": "1.11",
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
"dealerdirect/phpcodesniffer-composer-installer": true,
"php-http/discovery": true
},
"preferred-install": {
"*": "dist"
Expand Down
1 change: 1 addition & 0 deletions config-yml/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ module:
field_ui: 0
file: 0
filter: 0
google_analytics: 0
health_check: 0
help: 0
history: 0
Expand Down
37 changes: 37 additions & 0 deletions config-yml/google_analytics.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
_core:
default_config_hash: dwMYPgAnj9KBO77SLEv9Z42NDJAbuxe0uU9eGC8qw3M
account: G-GQ4FS4YXKV
domain_mode: 0
cross_domains: ''
visibility:
request_path_mode: 0
request_path_pages: "/admin\r\n/admin/*\r\n/batch\r\n/node/add*\r\n/node/*/*\r\n/user/*/*"
user_role_mode: 0
user_role_roles:
anonymous: anonymous
user_account_mode: 1
track:
outbound: true
mailto: true
tel: 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: true
privacy:
anonymizeip: true
custom:
parameters: { }
codesnippet:
create: { }
before: ''
after: ''
translation_set: false
cache: false
debug: false
9 changes: 8 additions & 1 deletion config-yml/user.role.authenticated.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
uuid: e6510faa-263c-4f58-b2c5-16257066f19a
langcode: en
status: true
dependencies: { }
dependencies:
config:
- filter.format.basic_html
module:
- filter
- google_analytics
- system
_core:
default_config_hash: dJ0L2DNSj5q6XVZAGsuVDpJTh5UeYkIPwKrUOOpr8YI
id: authenticated
Expand All @@ -10,4 +16,5 @@ weight: 1
is_admin: false
permissions:
- 'access content'
- 'opt-in or out of google analytics tracking'
- 'use text format basic_html'

0 comments on commit c47eae5

Please sign in to comment.