Skip to content

Commit

Permalink
Merge pull request #1877 from acquia/ACMS-4210-1
Browse files Browse the repository at this point in the history
ACMS-4210: Removing google_analytics.
  • Loading branch information
vishalkhode1 authored Sep 19, 2024
2 parents f0a6bef + b062904 commit 64751cb
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 268 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 @@ -237,10 +236,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
44 changes: 4 additions & 40 deletions composer.lock

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

1 change: 0 additions & 1 deletion modules/acquia_cms_tour/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
},
"require-dev": {
"drupal/acquia_cms_place": "^1",
"drupal/google_analytics": "dev-3430780-automated-drupal-11",
"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. 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 64751cb

Please sign in to comment.