ossystem.xml
2.14 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
60
61
62
63
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.5" type="plugin" group="system" method="upgrade">
<name>plg_system_ossystem</name>
<author>Joomlashack</author>
<creationDate>October 02 2017</creationDate>
<copyright>Copyright (C) 2016 Open Source Training, LLC. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<authorEmail>help@joomlashack.com</authorEmail>
<authorUrl>http://www.joomlashack.com</authorUrl>
<version>1.3.0</version>
<description>PLG_SYSTEM_OSSYSTEM_DESCRIPTION</description>
<scriptfile>script.installer.php</scriptfile>
<files>
<folder>language</folder>
<folder>library</folder>
<folder>views</folder>
<folder>form</folder>
<filename plugin="ossystem">ossystem.php</filename>
<filename>helper.php</filename>
<filename>include.php</filename>
</files>
<media destination="plg_system_ossystem" folder="media">
<folder>css</folder>
<folder>js</folder>
<folder>images</folder>
</media>
<config>
<fields name="params">
<fieldset name="basic" addfieldpath="/plugins/system/ossystem/form/fields">
<field
type="customfooter"
name="customfooter"
media="plg_system_ossystem" />
</fieldset>
</fields>
</config>
<updateservers>
<server type="extension" priority="1" name="Joomlashack System Plugin"><![CDATA[https://deploy.ostraining.com/client/update/free/stable/plg_system_ossystem]]></server>
</updateservers>
<variant>FREE</variant>
<alledia>
<element publish="true">ossystem</element>
<namespace>OSSystem</namespace>
<name>Joomlashack System Plugin</name>
<license>free</license>
<targetplatform>3.*</targetplatform>
<relatedExtensions>
<extension
type="library"
element="allediaframework">AllediaFramework</extension>
</relatedExtensions>
<include>AllediaFreeDefaultFiles</include>
</alledia>
</extension>