-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmoduleversion.xml
More file actions
59 lines (59 loc) · 2.01 KB
/
Copy pathmoduleversion.xml
File metadata and controls
59 lines (59 loc) · 2.01 KB
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
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" group="system" method="upgrade">
<name>plg_system_moduleversion</name>
<author>R2H BV</author>
<creationDate>2025-12-12</creationDate>
<copyright>R2H BV</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.r2h.nl</authorUrl>
<version>3.0.2</version>
<description>PLG_SYSTEM_MODULEVERSION_XML_DESCRIPTION</description>
<namespace path="src">Joomla\Plugin\System\Moduleversion</namespace>
<files>
<folder plugin="moduleversion">services</folder>
<folder>src</folder>
</files>
<scriptfile>script.php</scriptfile>
<media folder="media" destination="plg_system_moduleversion">
<filename>joomla.asset.json</filename>
<folder>css</folder>
<folder>scss</folder>
</media>
<languages>
<language tag="en-GB">language/en-GB/plg_system_moduleversion.ini</language>
<language tag="en-GB">language/en-GB/plg_system_moduleversion.sys.ini</language>
<language tag="nl-NL">language/nl-NL/plg_system_moduleversion.ini</language>
<language tag="nl-NL">language/nl-NL/plg_system_moduleversion.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic">
<field
name="versionstokeep"
type="number"
label="PLG_SYSTEM_MODULEVERSION_VERSIONS"
filter="integer"
default="10"
min="1"
description="PLG_SYSTEM_MODULEVERSION_VERSIONS_DESC"
/>
<field
name="showparams"
type="radio"
label="PLG_SYSTEM_MODULEVERSION_SHOWPARAMS"
description="PLG_SYSTEM_MODULEVERSION_SHOWPARAMS_DESC"
layout="joomla.form.field.radio.switcher"
default="1"
filter="integer"
>
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>
</fieldset>
</fields>
</config>
<updateservers>
<server type="extension" priority="1" name="R2H module version">https://raw.githubusercontent.com/R2H-BV/moduleversion/main/update.xml</server>
</updateservers>
</extension>