-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathotm_logger.xml
46 lines (41 loc) · 2.47 KB
/
otm_logger.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
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.1" type="plugin" group="imc" method="upgrade">
<name>Improve My City OTM Logger</name>
<author>Ioannis Tsampoulatidis</author>
<creationDate>2015-01-25</creationDate>
<copyright>Copyright (C) 2015. All rights reserved.</copyright>
<license>GNU AFFERO GENERAL PUBLIC LICENSE Version 3; see LICENSE</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://github.com/itsam</authorUrl>
<version>3.0.0</version>
<description>PLG_IMC_OTM_LOGGER_XML_DESCRIPTION</description>
<files>
<filename plugin="otm_logger">otm_logger.php</filename>
<filename>index.html</filename>
<filename>otm_error_log.txt</filename>
<filename>otm-mapping.json</filename>
<filename>language/en-GB/en-GB.plg_imc_otm_logger.sys.ini</filename>
<filename>language/el-GR/el-GR.plg_imc_otm_logger.sys.ini</filename>
</files>
<languages folder="language">
<language tag="en-GB">en-GB/en-GB.plg_imc_otm_logger.ini</language>
<language tag="en-GB">en-GB/en-GB.plg_imc_otm_logger.sys.ini</language>
<language tag="el-GR">el-GR/el-GR.plg_imc_otm_logger.ini</language>
<language tag="el-GR">el-GR/el-GR.plg_imc_otm_logger.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset
name="otmlogger"
label="PLG_IMC_OTM_LOGGER_SETTINGS_OTM_LOGGER_LABEL"
description="PLG_IMC_OTM_LOGGER_SETTINGS_OTM_LOGGER_DESC"
>
<field type="text" name="appid" label="PLG_IMC_OTM_LOGGER_SETTINGS_APP_ID_LABEL" description="PLG_IMC_OTM_LOGGER_SETTINGS_APP_ID_DESC" />
<field type="text" name="eventsurl" label="PLG_IMC_OTM_LOGGER_SETTINGS_EVENTS_URL_LABEL" description="PLG_IMC_OTM_LOGGER_SETTINGS_EVENTS_URL_DESC" />
<field type="text" name="mappingsurl" label="PLG_IMC_OTM_LOGGER_SETTINGS_MAPPINGS_URL_LABEL" description="PLG_IMC_OTM_LOGGER_SETTINGS_MAPPINGS_URL_DESC" />
<field type="text" name="certpath" label="PLG_IMC_OTM_LOGGER_SETTINGS_CERT_PATH_LABEL" description="PLG_IMC_OTM_LOGGER_SETTINGS_CERT_PATH_DESC" />
<field type="text" name="application" label="PLG_IMC_OTM_LOGGER_SETTINGS_APPLICATION_LABEL" description="PLG_IMC_OTM_LOGGER_SETTINGS_APPLICATION_DESC" default="wegovnow.firstlife.org"/>
</fieldset>
</fields>
</config>
</extension>