-
Notifications
You must be signed in to change notification settings - Fork 0
/
mod_cw_customextended.xml
136 lines (130 loc) · 5.79 KB
/
mod_cw_customextended.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
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<?xml version="1.0" encoding="utf-8"?>
<extension type="module" version="3.4" client="site" method="upgrade">
<name>mod_cw_customextended</name>
<author>Cory Webb</author>
<creationDate>June 2017</creationDate>
<copyright>Copyright (C) 2017 Cory Webb Media, LLC. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://cwextensions.com</authorUrl>
<version>1.0.1</version>
<description>MOD_CW_CUSTOMEXTENDED_XML_DESCRIPTION</description>
<files>
<filename module="mod_cw_customextended">mod_cw_customextended.php</filename>
<filename>helper.php</filename>
<folder>tmpl</folder>
</files>
<languages>
<language tag="en-GB">en-GB.mod_cw_customextended.ini</language>
<language tag="en-GB">en-GB.mod_cw_customextended.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic">
<field
name="text"
type="editor"
label="MOD_CW_CUSTOMEXTENDED_FIELD_TEXT_LABEL"
description="MOD_CW_CUSTOMEXTENDED_FIELD_TEXT_DESC"
width="100%"
filter="safehtml" />
</fieldset>
<fieldset name="options" label="COM_MODULES_BASIC_FIELDSET_LABEL">
<field
name="prepare_content"
type="radio"
label="MOD_CW_CUSTOMEXTENDED_FIELD_PREPARE_CONTENT_LABEL"
description="MOD_CW_CUSTOMEXTENDED_FIELD_PREPARE_CONTENT_DESC"
class="btn-group btn-group-yesno"
default="0"
>
<option value="1">JYES</option>
<option value="0">JNO</option>
</field>
<field
name="backgroundimage"
type="media"
label="MOD_CW_CUSTOMEXTENDED_FIELD_BACKGROUNDIMAGE_LABEL"
description="MOD_CW_CUSTOMEXTENDED_FIELD_BACKGROUNDIMAGE_DESC"
/>
<field
name="displayimage1"
type="media"
label="MOD_CW_CUSTOMEXTENDED_FIELD_DISPLAYIMAGEONE_LABEL"
description="MOD_CW_CUSTOMEXTENDED_FIELD_DISPLAYIMAGEONE_DESC"
/>
<field
name="displayimage2"
type="media"
label="MOD_CW_CUSTOMEXTENDED_FIELD_DISPLAYIMAGETWO_LABEL"
description="MOD_CW_CUSTOMEXTENDED_FIELD_DISPLAYIMAGETWO_DESC"
/>
<field
name="displayimage3"
type="media"
label="MOD_CW_CUSTOMEXTENDED_FIELD_DISPLAYIMAGETHREE_LABEL"
description="MOD_CW_CUSTOMEXTENDED_FIELD_DISPLAYIMAGETHREE_DESC"
/>
<field name="attributes"
type="repeatable"
icon="picture"
select="MOD_CW_CUSTOMEXTENDED_ATTRIBUTES_SELECT"
description="MOD_CW_CUSTOMEXTENDED_ATTRIBUTES_DESC"
label="MOD_CW_CUSTOMEXTENDED_ATTRIBUTES_LABEL"
filter="raw">
<fieldset hidden="true" name="attributes_modal" repeat="true">
<field name="key"
type="text"
label="MOD_CW_CUSTOMEXTENDED_ATTRIBUTES_KEY_LABEL"
description="MOD_CW_CUSTOMEXTENDED_ATTRIBUTES_KEY_DESC"
default="" />
<field name="value"
type="text"
label="MOD_CW_CUSTOMEXTENDED_ATTRIBUTES_VALUE_LABEL"
description="MOD_CW_CUSTOMEXTENDED_ATTRIBUTES_VALUE_DESC"
default="" />
</fieldset>
</field>
</fieldset>
<fieldset name="advanced">
<field
name="layout"
type="modulelayout"
label="JFIELD_ALT_LAYOUT_LABEL"
description="JFIELD_ALT_MODULE_LAYOUT_DESC" />
<field
name="moduleclass_sfx"
type="textarea" rows="3"
label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL"
description="COM_MODULES_FIELD_MODULECLASS_SFX_DESC" />
<field
name="cache"
type="list"
default="1"
label="COM_MODULES_FIELD_CACHING_LABEL"
description="COM_MODULES_FIELD_CACHING_DESC">
<option
value="1">JGLOBAL_USE_GLOBAL</option>
<option
value="0">COM_MODULES_FIELD_VALUE_NOCACHING</option>
</field>
<field
name="cache_time"
type="text"
default="900"
label="COM_MODULES_FIELD_CACHE_TIME_LABEL"
description="COM_MODULES_FIELD_CACHE_TIME_DESC" />
<field
name="cachemode"
type="hidden"
default="static">
<option
value="static"></option>
</field>
</fieldset>
</fields>
</config>
<updateservers>
<server type="extension" name="CW Custom Extended Module Updates"><![CDATA[https://cwextensions.com/cw-customextended-module-update-stream/?view=update&dummy=extension.xml]]></server>
</updateservers>
</extension>