-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodifydate.xml
49 lines (41 loc) · 1.35 KB
/
modifydate.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
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" group="system" method="upgrade">
<name>PLG_SYSTEM_MODIFYDATE</name>
<author>web-eau.net</author>
<creationDate>Nov 2022</creationDate>
<copyright>(C) 2022 - web-eau.net</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://web-eau.net</authorUrl>
<version>1.2.0</version>
<description>PLG_MODIFYDATE_XML_DESCRIPTION</description>
<files>
<filename plugin="modifydate">modifydate.php</filename>
<folder>language</folder>
</files>
<updateservers>
<server type="extension" priority="2" name="Plugin Modify Date">https://web-eau.net/files/modify-date/modify-date.xml</server>
</updateservers>
<languages>
<language tag="en-GB">language/en-GB/en-GB.plg_system_modifydate.sys.ini</language>
<language tag="en-GB">language/en-GB/en-GB.plg_system_modifydate.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic">
<field
name="modify_date"
type="radio"
label="MODIFYDATE_LABEL"
description="MODIFYDATE_DESC"
class="btn-group btn-group-yesno"
default="1"
filter="integer"
>
<option value="1">JYES</option>
<option value="0">JNo</option>
</field>
</fieldset>
</fields>
</config>
</extension>