-
Notifications
You must be signed in to change notification settings - Fork 2
/
qa.xml
35 lines (35 loc) · 1.18 KB
/
qa.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
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" group="captcha" method="upgrade">
<name>PLG_CAPTCHA_QA</name>
<version>1.5.0</version>
<creationDate>August 2024</creationDate>
<author>Ron Crans</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>rjconline.net</authorUrl>
<copyright>Copyright (C) 2013-2024 RJCreations. All rights reserved.</copyright>
<license>GNU General Public License version 3 or later; see LICENSE.txt</license>
<description>PLG_CAPTCHA_QA_XML_DESCRIPTION</description>
<namespace path="src">RJCreations\Plugin\Captcha\Qa</namespace>
<scriptfile>script.php</scriptfile>
<files>
<folder plugin="qa">services</folder>
<folder>language</folder>
<folder>src</folder>
</files>
<config>
<fields name="params">
<fieldset name="basic">
<field
name="time_check"
type="number"
default="10"
label="PLG_CAPTCHA_QA_TIME_CHECK_LABEL"
description="PLG_CAPTCHA_QA_TIME_CHECK_DESC"
filter="integer" />
</fieldset>
</fields>
</config>
<updateservers>
<server type="extension" priority="1" name="Captcha Q&A Updates">https://rjcrans.net/jupdates/plg_qa/updates.xml</server>
</updateservers>
</extension>