-
Notifications
You must be signed in to change notification settings - Fork 3
/
privacycheckbox.xml
46 lines (46 loc) · 1.51 KB
/
privacycheckbox.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
<?xml version="1.0" encoding="utf-8" ?>
<extension type="plugin" version="3.8" group="fields" method="upgrade">
<name>plg_fields_privacycheckbox</name>
<author>Tobias Zulauf</author>
<creationDate>2021-07-10</creationDate>
<copyright>Copyright (C) 2018 - 2020 Tobias Zulauf All rights reserved.</copyright>
<license>GNU General Public License version 2 or later</license>
<authorUrl>www.jah-tz.de</authorUrl>
<version>1.0.6</version>
<description>PLG_FIELDS_PRIVACYCHECKBOX_XML_DESCRIPTION</description>
<scriptfile>script.php</scriptfile>
<files>
<folder>fields</folder>
<folder>language</folder>
<folder>params</folder>
<folder>tmpl</folder>
<filename plugin="privacycheckbox">privacycheckbox.php</filename>
</files>
<config>
<fields name="params">
<fieldset name="basic">
<field
name="textvalue"
type="editor"
label="PLG_FIELDS_PRIVACYCHECKBOX_PARAMS_TEXTVALUE_LABEL"
description="PLG_FIELDS_PRIVACYCHECKBOX_PARAMS_TEXTVALUE_DESC"
rows="7"
cols="40"
filter="safehtml"
/>
<field
name="emailtextvalue"
type="editor"
label="PLG_FIELDS_PRIVACYCHECKBOX_PARAMS_EMAILTEXTVALUE_LABEL"
description="PLG_FIELDS_PRIVACYCHECKBOX_PARAMS_EMAILTEXTVALUE_DESC"
rows="7"
cols="40"
filter="string"
/>
</fieldset>
</fields>
</config>
<updateservers>
<server type="extension" name="PrivacyCheckbox Update Site">https://raw.githubusercontent.com/zero-24/plg_fields_privacycheckbox/master/update.xml</server>
</updateservers>
</extension>