-
Notifications
You must be signed in to change notification settings - Fork 0
/
titleandvariables.xml
28 lines (28 loc) · 1.21 KB
/
titleandvariables.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
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.0" type="plugin" group="content" method="upgrade">
<name>plg_system_titleandvariables</name>
<author>Phil Walton</author>
<creationDate>October 2014</creationDate>
<copyright>(C) 2014 Phil Walton. All rights reserved.</copyright>
<license>GNU/GPL http://www.gnu.org/licenses/gpl.html</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>http://www.softforge.co.uk/</authorUrl>
<version>3.0</version>
<description>Title and Variables inclusion</description>
<files>
<filename plugin="titleandvariables">titleandvariables.php</filename>
</files>
<languages folder="language">
<language tag="en-GB">en-GB.plg_content_titleandvariables.ini</language>
<language tag="en-GB">en-GB.plg_content_titleandvariables.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic">
<field name="param1" type="text" default="" label="TAV_PARAM1" description="TAV_PARAM1_DESC" />
<field name="param2" type="text" default="" label="TAV_PARAM2" description="TAV_PARAM2_DESC" />
<field name="param3" type="text" default="" label="TAV_PARAM3" description="TAV_PARAM3_DESC" />
</fieldset>
</fields>
</config>
</extension>