-
Notifications
You must be signed in to change notification settings - Fork 1
/
consent.xml
32 lines (29 loc) · 1.07 KB
/
consent.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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<extension group="fabrik_form" method="upgrade" type="plugin" version="3">
<name>plg_fabrik_form_consent</name>
<author>Better Web</author>
<creationDate>November 2018</creationDate>
<copyright>Copyright (C) 2005-2018 Media A-Team, Inc. - All rights reserved.</copyright>
<license>GNU/GPL http://www.gnu.org/copyleft/gpl.html</license>
<authorEmail>info@betterweb.fr</authorEmail>
<authorUrl>https://www.betterweb.fr</authorUrl>
<version>3.9</version>
<help url="PLG_FORM_CONSENT_HELP_SERVER"/>
<description>PLG_FORM_GDPR_DESCRIPTION</description>
<install>
<sql>
<file charset="utf8" driver="mysql">sql/install.mysql.uft8.sql</file>
<file charset="utf8" driver="mysqli">sql/install.mysql.uft8.sql</file>
</sql>
</install>
<files>
<filename plugin="consent">consent.php</filename>
<folder>forms</folder>
<folder>language</folder>
<folder>layouts</folder>
<folder>sql</folder>
<filename>consent.js</filename>
<filename>consent-min.js</filename>
<filename>index.html</filename>
</files>
</extension>