-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod_autgen_menu.xml
More file actions
119 lines (116 loc) · 4.13 KB
/
Copy pathmod_autgen_menu.xml
File metadata and controls
119 lines (116 loc) · 4.13 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<?xml version="1.0" encoding="utf-8"?>
<extension type="module" version="1.6.0" client="site" method="upgrade">
<name>AutGen menu</name>
<author>Jan Zikmund</author>
<creationDate>2009-02-21</creationDate>
<copyright>(C) Jan Zikmund 2008</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<authorEmail>info@janzikmund.cz</authorEmail>
<authorUrl>www.janzikmund.cz</authorUrl>
<version>2.2</version>
<description>DESCAUTGENMENU</description>
<files>
<folder>tmpl</folder>
<filename module="mod_autgen_menu">mod_autgen_menu.php</filename>
<filename>helper.php</filename>
<filename>index.html</filename>
</files>
<languages>
<language tag="en-GB">language/en-GB.mod_autgen_menu.ini</language>
<language tag="es-ES">language/es-ES.mod_autgen_menu.ini</language>
<language tag="cs-CZ">language/cd-CZ.mod_autgen_menu.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="fieldset-1">
<field name="moduleclass_sfx"
type="text"
default=""
label="Module Class Suffix"
description="PARAMMODULECLASSSUFFIX" />
<field name="@spacer"
type="spacer"
default=""
label=""
description="" />
<field name="showbycatid"
type="category"
extension="com_content"
multiple="true"
size="5"
label="CATIDLABEL"
description="CATIDDESC" />
<field name="@spacer"
type="spacer"
default=""
label=""
description="" />
<field name="category_function"
type="list"
default="separators"
label="CATFUNCLABEL"
description="CATFUNCDESC">
<option value="links">CATFUNCVAL1</option>
<option value="separators">CATFUNCVAL2</option>
<option value="hidden">CATFUNCVAL3</option>
</field>
<field name="article_function"
type="list"
default="links"
label="ARTFUNCLABEL"
description="ARTFUNCDESC">
<option value="links">ARTFUNCVAL1</option>
<option value="hidden">ARTFUNCVAL2</option>
</field>
<field name="limit"
type="text"
default=""
label="ARTLIMITLABEL"
description="ARTLIMITDESC" />
<field name="@spacer" type="spacer" default="" label="" description="" />
<field name="outputmode"
type="list"
default="1"
label="OUTLABEL"
description="OUTDESC">
<option value="1">OUTVALUE1</option>
</field>
<field name="category_order"
type="list"
default="title_asc"
label="CATLABEL"
description="CATDESC">
<option value="category">CATVAL1</option>
<option value="category DESC">CATVAL2</option>
<option value="cat_order">CATVAL3</option>
<option value="none">CATVAL4</option>
</field>
<field name="article_order"
type="list"
default="title_asc"
label="ARTORDER"
description="ARTDESC">
<option value="article">ARTVAL1</option>
<option value="article DESC">ARTVAL2</option>
<option value="art_order">ARTVAL3</option>
<option value="none">ARTVAL4</option>
</field>
</fieldset>
<fieldset group="advanced">
<field name="cache"
type="list"
default="1"
label="Caching"
description="Select whether to cache the content of this module">
<option value="1">Use global</option>
<option value="0">No caching</option>
</field>
<field name="cache_time"
type="text"
default="900"
label="Cache Time"
description="The time before the module is recached" />
</fieldset>
</fields>
</config>
</extension>