Skip to content

Commit

Permalink
ACMS-4210: Removing google_analytics.
Browse files Browse the repository at this point in the history
  • Loading branch information
apathak18 committed Sep 13, 2024
1 parent 3fb7173 commit f78df0a
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 267 deletions.
5 changes: 0 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"drupal/acquia_cms_tour": "dev-develop",
"drupal/consumer_image_styles": "^4.0",
"drupal/gin": "^3.0@RC",
"drupal/google_analytics": "dev-3430780-automated-drupal-11",
"drupal/google_tag": "^2.0",
"drupal/honeypot": "^2.1",
"drupal/recaptcha": "^3.2",
Expand Down Expand Up @@ -241,10 +240,6 @@
"type": "vcs",
"url": "https://git.drupalcode.org/issue/consumer_image_styles-3429496.git"
},
"google_analytics": {
"type": "vcs",
"url": "https://git.drupalcode.org/issue/google_analytics-3430780.git"
},
"config_filter": {
"type": "vcs",
"url": "https://git.drupalcode.org/issue/config_filter-3428542.git"
Expand Down
43 changes: 4 additions & 39 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/acquia_cms_tour/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"require-dev": {
"drupal/acquia_cms_place": "^1",
"drupal/google_analytics": "dev-3430780-automated-drupal-11",
"drupal/google_tag": "^2.0",
"drupal/recaptcha": "^3"
},
"config": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ public function content() {
$form['help_text'] = [
'#type' => 'markup',
'#markup' => $this->t("<i><h3>It seems like you have installed minimal Acquia CMS, which does not have any specific configurations. You are all set. Once you enable any of the modules supported by the wizard, they should start appearing here.
(ex. google_analytics, gecoder, recaptcha, cohesion etc.).</h3></i>"),
(ex. google_tag, gecoder, recaptcha, cohesion etc.).</h3></i>"),
];
}
$form['check_total']['#value'] = $total;
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ class AcquiaTourDashboardTest extends KernelTestBase {
public function testAcquiaCmsTourPlugin() {
$expected_plugin_order = [
'geocoder',
'google_analytics',
'google_tag',
'recaptcha',
];
Expand Down

0 comments on commit f78df0a

Please sign in to comment.