-
Notifications
You must be signed in to change notification settings - Fork 1
/
updatecf.xml
58 lines (58 loc) · 2.03 KB
/
updatecf.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
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.9" type="plugin" group="system" method="upgrade">
<name>PLG_SYSTEM_UPDATE_CF</name>
<author>ConseilGouz</author>
<creationDate>2020 June</creationDate>
<copyright>(C)2020 ConseilGouz. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.conseilgouz.com</authorUrl>
<version>1.0.0</version>
<description>PLG_SYSTEM_UPDATE_CF_XML_DESCRIPTION</description>
<files>
<filename plugin="updatecf">updatecf.php</filename>
<filename>updatecf.xml</filename>
</files>
<languages>
<language tag="fr-FR">fr-FR.plg_system_updatecf.ini</language>
<language tag="fr-FR">fr-FR.plg_system_updatecf.sys.ini</language>
<language tag="en-GB">en-GB.plg_system_updatecf.ini</language>
<language tag="en-GB">en-GB.plg_system_updatecf.sys.ini</language>
</languages>
<config>
<fields name="params" >
<fieldset name="basic">
<field name="xdays" type="text"
default="1"
size="5"
label="Checks every x days"
description="Periodicity in days"
/>
<field name="time" type="text"
default="00:00"
size="5"
label="Execution time"
description="Execution time"
/>
<field name="freq" type="hidden"
default="1"
size="5"
label="Check x times a day"
description="Number of checks per day"
/>
<field
name="categories" type="category" multiple="true" extension="com_content"
label="Categories" description="Select the category or categories you want to synchronize."
/>
<field name="log" type="radio"
default="0"
label="Action log"
description="Do you want to keep track of the plugin? If so, an updatecf.trace.log file will be created in the /administrator/logs/ directory."
class="btn-group btn-group-yesno">
<option value="1">JYES</option>
<option value="0">JNO</option>
</field>
</fieldset>
</fields>
</config>
</extension>