Merge pull request #14449 from elizabeth-a-hobbs/google-analytics-cleanup

Remove app.googleAnalyticsTrackingId and related scripts
This commit is contained in:
Johan Haals
2022-11-11 10:14:18 +01:00
committed by GitHub
9 changed files with 44 additions and 53 deletions
@@ -19,12 +19,6 @@
"visibility": "frontend",
"description": "The title of the app."
},
"googleAnalyticsTrackingId": {
"type": "string",
"visibility": "frontend",
"description": "Tracking ID for Google Analytics",
"examples": ["UA-000000-0"]
},
"listen": {
"type": "object",
"description": "Listening configuration for local development",