diff --git a/Configuration/TypoScript/Tracking/googleTagManager.typoscript b/Configuration/TypoScript/Tracking/googleTagManager.typoscript
index 84d5e81..322dfcf 100644
--- a/Configuration/TypoScript/Tracking/googleTagManager.typoscript
+++ b/Configuration/TypoScript/Tracking/googleTagManager.typoscript
@@ -9,7 +9,7 @@ page.headerData.998 {
10 = COA
10 {
- wrap =
+ wrap =
15 = TEXT
15.value = {$plugin.tx_cookieconsent.settings.tracking.googleTagManager.id}
@@ -39,13 +39,6 @@ if(typeof window.tx_cookieconsent_init == 'undefined'){
15.required = 1
}
- 20 = TEXT
- 20.value = /* Init DP Tag Manager */ DPInitTagManager(); /* End Init DP Tag Manager*/
- 20.wrap =
-
- 25 < .20
- 25.wrap =
-
30 = TEXT
30.value (
/* DP publisch Events to Tag Manager */
diff --git a/ext_emconf.php b/ext_emconf.php
index 0306bfc..85c51b8 100644
--- a/ext_emconf.php
+++ b/ext_emconf.php
@@ -25,6 +25,6 @@
'suggests' => [],
],
'state' => 'beta', // stable
- 'version' => '12.2.1'
+ 'version' => '12.2.2'
];