-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpwtgtm.xml
More file actions
33 lines (30 loc) · 1.17 KB
/
pwtgtm.xml
File metadata and controls
33 lines (30 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<extension type="plugin" group="system" method="upgrade">
<name>System - PWT GTM</name>
<author>Perfect Web Team</author>
<creationDate>2025-10</creationDate>
<copyright>Copyright (C) 2019 Perfect Web Team</copyright>
<license>GPLv3 http://www.gnu.org/licenses/gpl.html</license>
<authorEmail>extensions@perfectwebteam.com</authorEmail>
<authorUrl>https://github.com/perfectwebteam/pwt-gtm</authorUrl>
<version>6.0.1</version>
<description>PWT GTM - System plugin for Google Tag Manager integration with consent mode support</description>
<namespace path="src">PWT\Plugin\System\Pwtgtm</namespace>
<files>
<folder plugin="pwtgtm">services</folder>
<folder>src</folder>
</files>
<config>
<fields name="params">
<fieldset name="basic">
<field
name="pwtgtm_id"
type="text"
label="Container ID"
default=""
description="Enter your GTM Container Public ID (GTM-XXXX)"
/>
</fieldset>
</fields>
</config>
</extension>