-
Notifications
You must be signed in to change notification settings - Fork 17
/
joomlaoverride.xml
35 lines (34 loc) · 1.48 KB
/
joomlaoverride.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 version="2.5" type="plugin" group="system" method="upgrade">
<name>plg_system_joomlaoverride</name>
<author>Julio Pontes</author>
<creationDate>March 2012</creationDate>
<copyright>Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>http://twitter.com/juliopontes</authorUrl>
<version>2.5.5</version>
<description>
plg_system_joomlaoverride_xml_description
</description>
<files>
<filename plugin="joomlaoverride">joomlaoverride.php</filename>
<folder>core</folder>
<folder>helper</folder>
</files>
<languages>
<language tag="en-GB">en-GB.plg_system_joomlaoverride.ini</language>
<language tag="en-GB">en-GB.plg_system_joomlaoverride.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic">
<field name="global_path" type="text" label="PLG_SYSTEM_JOOMLAOVERRIDE_FIELD_GLOBAL_PATH_LABEL" description="PLG_SYSTEM_JOOMLAOVERRIDE_FIELD_GLOBAL_PATH_DESC" default="override"></field>
<field name="extendDefault" type="list" default="1" label="PLG_SYSTEM_JOOMLAOVERRIDE_FIELD_MAKE_EXTENDABLE_LABEL" description="PLG_SYSTEM_JOOMLAOVERRIDE_FIELD_MAKE_EXTENDABLE_DESC">
<option value="0">No</option>
<option value="1">Yes</option>
</field>
</fieldset>
</fields>
</config>
</extension>