Skip to content

Commit

Permalink
Merge pull request #37 from ASUWebPlatforms/ws2-1530
Browse files Browse the repository at this point in the history
WS2-1530 - Config cleanup
  • Loading branch information
mlsamuelson authored Mar 3, 2023
2 parents 1d659a0 + 63cdbc3 commit 4ba5da0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
15 changes: 13 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
.history/
.cache
node_modules/.cache

# NodeJS projects
## Top-level
node_modules/.cache
node_modules/*

!node_modules/@asu-design-system
node_modules/@asu-design-system/*

## Per project - asu_brand
!node_modules/@asu-design-system/component-cookie-consent/
node_modules/@asu-design-system/component-cookie-consent/*
!node_modules/@asu-design-system/component-cookie-consent/dist
Expand All @@ -22,6 +25,14 @@ node_modules/@asu/component-cookie-consent/*
node_modules/@asu/component-header/*
!node_modules/@asu/component-header/dist

# Drupal/external libraries
/vendor/

# PHPStorm (IDE) configurations
.idea/

# Config management script output
/config/_*changes.diff
/config/**/_diff_commands.bash
*APPLICABLE.patch
.DS_Store*
4 changes: 2 additions & 2 deletions config/install/asu_brand.settings.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
asu_brand:
asu_brand_cookie_consent_enabled: true
asu_brand_universal_gtm_id: 'GTM-KDWN8Z'
asu_brand_universal_gtm_id: GTM-KDWN8Z
asu_brand_gtm_enabled: true
asu_brand_extra_gtm_id:
asu_brand_extra_gtm_id: ''
asu_brand_search_url: 'https://search.asu.edu/search'

0 comments on commit 4ba5da0

Please sign in to comment.