forked from CleanTalk/joomla2.x-antispam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
antispambycleantalk.xml
64 lines (61 loc) · 2.36 KB
/
antispambycleantalk.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
<?xml version="1.0" encoding="utf-8"?>
<extension version="2.5" type="plugin" group="system" method="upgrade" >
<name>Antispam by CleanTalk</name>
<author>CleanTalk team</author>
<creationDate>21.08.2014</creationDate>
<copyright>(C) CleanTalk</copyright>
<license>GNU/GPLv2</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>cleantalk.org</authorUrl>
<version>2.1</version>
<description>PLG_CLEANTALK_DESCRIPTION</description>
<files>
<filename plugin="antispambycleantalk">antispambycleantalk.php</filename>
<filename plugin="antispambycleantalk">cleantalk.class.php</filename>
<filename plugin="antispambycleantalk">JSON.php</filename>
</files>
<languages folder="language">
<language tag="en-GB">en-GB/en-GB.plg_system_antispambycleantalk.ini</language>
<language tag="en-GB">en-GB/en-GB.plg_system_antispambycleantalk.sys.ini</language>
<language tag="ru-RU">ru-RU/ru-RU.plg_system_antispambycleantalk.ini</language>
<language tag="ru-RU">ru-RU/ru-RU.plg_system_antispambycleantalk.sys.ini</language>
</languages>
<!-- Joomla 1.7+ config -->
<config>
<fields name="params">
<fieldset name="basic">
<field name="apikey" type="text"
label="PLG_SYSTEM_CLEANTALK_PARAM_APIKEY"
description="PLG_SYSTEM_CLEANTALK_PARAM_APIKEY_DESC"
size="20"
default="enter key"
/>
<field name="myspacer" type="spacer"
label="PLG_SYSTEM_CLEANTALK_PARAM_GETAPIKEY"
description=""
/>
<field name="pluginhomepage" type="spacer"
label="PLG_SYSTEM_CLEANTALK_PARAM_HOMEPAGE"
description=""
/>
<field name="server" type="hidden"
label="PLG_SYSTEM_CLEANTALK_PARAM_SERVER"
description="PLG_SYSTEM_CLEANTALK_PARAM_SERVER_DESC"
size="50"
default="http://moderate.cleantalk.org"
/>
</fieldset>
<fieldset name="jcomments">
<field name="groups" type="usergroup"
label="PLG_SYSTEM_CLEANTALK_PARAM_GROUPS_LABEL"
description="PLG_SYSTEM_CLEANTALK_PARAM_GROUPS_DESC"
size="10"
multiple="true"
default="1"
/>
<field name="jcomments_unpublished_nofications" type="checkbox" label="COM_PLUGINS_JCOMMENTS_NOTIFY_NEW_UNPUBLISHED" value="0" />
<field name="relevance_test" type="checkbox" label="COM_PLUGINS_RELEVANCE_TEST" value="0" />
</fieldset>
</fields>
</config>
</extension>