-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod_imcosmap.xml
77 lines (72 loc) · 2.96 KB
/
mod_imcosmap.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
<?xml version="1.0" encoding="utf-8"?>
<extension type="module" version="3.0" method="upgrade" client="site">
<name>Improve My City OSM Map</name>
<creationDate>2017-09-06</creationDate>
<copyright>Copyright (C) 2015. All rights reserved.</copyright>
<license>GNU AFFERO GENERAL PUBLIC LICENSE Version 3; see LICENSE</license>
<author>Ioannis Tsampoulatidis</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://github.com/itsam</authorUrl>
<version>3.0.2</version>
<description>MOD_IMCOSMAP_DESCRIPTION</description>
<files>
<filename module="mod_imcosmap">mod_imcosmap.php</filename>
<filename>helper.php</filename>
<filename>index.html</filename>
<folder>tmpl</folder>
<folder>assets</folder>
</files>
<languages folder="language">
<language tag="en-GB">en-GB/en-GB.mod_imcosmap.ini</language>
<language tag="en-GB">en-GB/en-GB.mod_imcosmap.sys.ini</language>
<language tag="el-GR">el-GR/el-GR.mod_imcosmap.ini</language>
<language tag="el-GR">el-GR/el-GR.mod_imcosmap.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset
name="advanced">
<field
name="layout"
type="modulelayout"
default="default"
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>
<field
name="execute_js"
type="textarea" rows="3"
label="MOD_IMCOSMAP_ON_DOCUMENT_READY_LABEL"
description="MOD_IMCOSMAP_ON_DOCUMENT_READY_DESC" />
</fieldset>
</fields>
</config>
</extension>