-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmod_uwumnavigator.xml
52 lines (46 loc) · 1.76 KB
/
mod_uwumnavigator.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
<?xml version="1.0" encoding="utf-8"?>
<extension type="module" version="3.0" method="upgrade" client="site">
<name>WeGovNow UWUM Navigator</name>
<creationDate>2016-10-25</creationDate>
<updateDate>2017-09-28</updateDate>
<copyright>Copyright (C) 2016-2017. All rights reserved.</copyright>
<license>MIT; see LICENSE</license>
<author>Ioannis Tsampoulatidis</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://github.com/itsam</authorUrl>
<version>1.0.1</version>
<description>MOD_IMCUWUMNAVIGATOR_DESCRIPTION</description>
<files>
<filename module="mod_uwumnavigator">mod_uwumnavigator.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_uwumnavigator.ini</language>
<language tag="en-GB">en-GB/en-GB.mod_uwumnavigator.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="advanced">
<field name="client_id"
type="text"
default="wegovnow.infalia.com"
label="Client ID" />
<field name="login_url"
type="text"
default="https://wegovnow.infalia.com/component/slogin/provider/uwum/auth"
label="Login URL" />
<field name="navigation_url"
type="text"
default="https://wegovnow.liquidfeedback.com/api/1/navigation"
label="Navigation URL" />
<field name="session_url"
type="text"
default="https://wegovnow.liquidfeedback.com/api/1/session"
label="Session URL" />
</fieldset>
</fields>
</config>
</extension>