-
Notifications
You must be signed in to change notification settings - Fork 0
/
cookiebot.xml
80 lines (68 loc) · 2.44 KB
/
cookiebot.xml
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.1" type="plugin" group="system" method="upgrade">
<name>plg_system_cookiebot</name>
<author>SCHRIJVERS123.NL</author>
<creationDate>September 2020</creationDate>
<copyright>Copyright (C) 2005 - 2020 SCHRIJVERS123.NL. All rights reserved.</copyright>
<license>GNU GPL v3 or later</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.schrijvers123.nl</authorUrl>
<version>3.0.13</version>
<description>PLG_COOKIEBOT_XML_DESCRIPTION</description>
<files>
<filename plugin="cookiebot">cookiebot.php</filename>
<filename>index.html</filename>
</files>
<languages>
<language tag="en-GB">language/en-GB/en-GB.plg_system_cookiebot.ini</language>
<language tag="en-GB">language/en-GB/en-GB.plg_system_cookiebot.sys.ini</language>
<language tag="nl-NL">language/nl-NL/nl-NL.plg_system_cookiebot.ini</language>
<language tag="nl-NL">language/nl-NL/nl-NL.plg_system_cookiebot.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic">
<field
name="domain_group_id"
type="text"
label="PLG_COOKIEBOT_FIELD_DOMAIN_GROUP_ID_LABEL"
description="PLG_COOKIEBOT_FIELD_DOMAIN_GROUP_ID_DESC"
size="60"
default=""
required="true"
/>
<field
name="to_change_scripts"
type="textarea"
label="PLG_COOKIEBOT_FIELD_SCRIPT_CHANGE_LABEL"
description="PLG_COOKIEBOT_FIELD_SCRIPT_CHANGE_DESC"
default=""
filter=""
hint="PLG_COOKIEBOT_FIELD_SCRIPT_CHANGE_PLACEHOLDER"
/>
<field
name="enable_cd"
type="radio"
default="0"
label="PLG_COOKIEBOT_FIELD_ENABLE_CD_LABEL"
description="PLG_COOKIEBOT_FIELD_ENABLE_CD_DESC"
class="btn-group btn-group-yesno">
<option value="1">JYES</option>
<option value="0">JNO</option>
</field>
<field
name="cd_phrase"
type="text"
default="COOKIEBOT DECLARATION"
label="PLG_COOKIEBOT_FIELD_CD_CHANGE_LABEL"
description="PLG_COOKIEBOT_FIELD_CD_CHANGE_DESC"
filter=""
showon="enable_cd:1"
/>
</fieldset>
</fields>
</config>
<updateservers>
<server type="extension" priority="1" name="CookieBot for Joomla!"><![CDATA[https://www.schrijvers123.nl/index.php?option=com_ars&view=update&task=stream&format=xml&id=1&dummy=extension.xml]]></server>
</updateservers>
</extension>