-
Notifications
You must be signed in to change notification settings - Fork 1
/
mod_chileatiende.xml
executable file
·82 lines (75 loc) · 3.07 KB
/
mod_chileatiende.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<?xml version="1.0" encoding="utf-8"?>
<extension type="module" version="2.5" client="site" method="upgrade">
<name>ChileAtiende</name>
<author>José Damián Garrido</author>
<creationDate>August 2012</creationDate>
<copyright>Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>http://josegarrido.net</authorUrl>
<version>1.0.0</version>
<description>MOD_CHILEATIENDE_MOD_DESC</description>
<files>
<filename module="mod_chileatiende">mod_chileatiende.php</filename>
<filename>index.html</filename>
<filename>mod_chileatiende.xml</filename>
<filename>helper.php</filename>
<folder>tmpl</folder>
<filename>tmpl/default.php</filename>
<filename>tmpl/index.html</filename>
</files>
<languages>
<language tag="es-ES">es-ES.mod_chileatiende.ini</language>
</languages>
<!-- Optional parameters -->
<config>
<fields name="params" addfieldpath="/modules/mod_chileatiende/elements/">
<fieldset name="basic">
<field
name="moduleclass_sfx"
type="text"
default=""
label="MOD_CHILEATIENDE_CLASS_SUFFIX_LABEL"
description="MOD_CHILEATIENDE_CLASS_SUFFIX_DESC">
</field>
<field
name="access_token"
type="text"
defaul=""
label="MOD_CHILEATIENDE_ACCESS_TOKEN_LABEL"
description="MOD_CHILEATIENDE_ACCESS_TOKEN_DESC">
</field>
<field
name="servicio"
type="servicios"
default="0"
label="MOD_CHILEATIENDE_SERVICIOS_LABEL"
description="MOD_CHILEATIENDE_SERVICIOS_DESC">
</field>
<field
name="fichas"
type="text"
default=""
label="MOD_CHILEATIENDE_FICHAS_LABEL"
description="MOD_CHILEATIENDE_FICHAS_DESC">
</field>
<field
name="nro_fichas"
type="text"
default=""
label="MOD_CHILEATIENDE_NROFICHAS_LABEL"
description="MOD_CHILEATIENDE_NROFICHAS_DESC">
</field>
</fieldset>
<fieldset name="advanced">
<field
name="moduleclass_sfx"
type="text"
default=""
label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL"
description="COM_MODULES_FIELD_MODULECLASS_SFX_DESC">
</field>
</fieldset>
</fields>
</config>
</extension>