-
Notifications
You must be signed in to change notification settings - Fork 0
/
dsconstant.xml
executable file
·47 lines (47 loc) · 1.73 KB
/
dsconstant.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
<?xml version="1.0" encoding="utf-8"?>
<extension version="2.5" type="plugin" group="system" method="upgrade">
<name>PLG_SYS_DSCONSTANT</name>
<author>Roberto Segura - Digital Disseny</author>
<creationDate>November 2015</creationDate>
<copyright>Copyright (C) 2012-2015 Digital Disseny, S.L. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.digitaldisseny.com</authorUrl>
<version>1.0.2</version>
<description>PLG_SYS_DSCONSTANT_XML_DESC</description>
<files>
<folder>language</folder>
<filename plugin="dsconstant">dsconstant.php</filename>
<filename>index.html</filename>
</files>
<languages>
<!-- en-GB -->
<language tag="en-GB">language/en-GB/en-GB.plg_system_dsconstant.ini</language>
<language tag="en-GB">language/en-GB/en-GB.plg_system_dsconstant.sys.ini</language>
<!-- fr-FR -->
<language tag="fr-FR">language/fr-FR/fr-FR.plg_system_dsconstant.ini</language>
<language tag="fr-FR">language/fr-FR/fr-FR.plg_system_dsconstant.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic">
<field name="frontend" type="radio"
default="1"
description="PLG_SYS_DSCONSTANT_FIELD_FRONTEND_DESC"
label="PLG_SYS_DSCONSTANT_FIELD_FRONTEND_LABEL">
<option value="1">JYes</option>
<option value="0">JNo</option>
</field>
<field name="backend" type="radio"
default="1"
description="PLG_SYS_DSCONSTANT_FIELD_BACKEND_DESC"
label="PLG_SYS_DSCONSTANT_FIELD_BACKEND_LABEL">
<option value="1">JYes</option>
<option value="0">JNo</option>
</field>
</fieldset>
<fieldset name="advanced">
</fieldset>
</fields>
</config>
</extension>