forked from zero-24/plg_content_consentbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconsentbox.xml
39 lines (39 loc) · 1.32 KB
/
consentbox.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
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.8" type="plugin" group="content" method="upgrade">
<name>plg_content_consentbox</name>
<creationDate>2018-04-30</creationDate>
<author>Tobias Zulauf</author>
<copyright>(C) 2018 Tobias Zulauf All rights reserved.</copyright>
<authorUrl>https://www.jah-tz.de</authorUrl>
<version>1.0.0</version>
<license>GNU/GPL Version 2 or later</license>
<description>PLG_CONTENT_CONSENTBOX_XML_DESCRIPTION</description>
<scriptfile>script.php</scriptfile>
<files>
<folder>field</folder>
<folder>forms</folder>
<folder>language</folder>
<filename plugin="consentbox">consentbox.php</filename>
</files>
<updateservers>
<server type="extension" name="ConsentBox Update Site">https://raw.githubusercontent.com/zero-24/plg_content_consentbox/master/update.xml</server>
</updateservers>
<config>
<fields name="params">
<fieldset name="basic">
<field
name="consent_message"
type="radio"
label="PLG_CONTENT_CONSENTBOX_CONSENT_MESSAGE_LABEL"
description="PLG_CONTENT_CONSENTBOX_CONSENT_MESSAGE_DESC"
class="btn-group btn-group-yesno"
default="0"
filter="integer"
>
<option value="1">JYES</option>
<option value="0">JNO</option>
</field>
</fieldset>
</fields>
</config>
</extension>