-
Notifications
You must be signed in to change notification settings - Fork 3
/
wcs-manifest.json
89 lines (89 loc) · 2.44 KB
/
wcs-manifest.json
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
{
"title": "Mobility E-Charging Map",
"description": "Map to access the Open Data Hub E-Charging Information",
"descriptionAbstract": "Map to access the Open Data Hub Mobility Information",
"license": "AGPL-3.0-or-later",
"repositoryUrl": "https://github.com/noi-techpark/webcomp-mobility-echarging-map.git",
"shortName": "mobility-e-charging-map",
"copyrightHolders": [
{
"name": "NOI",
"email": "[email protected]",
"organization": "NOI S.p.A",
"organizationUrl": "https://noi.bz.it"
},
{
"name": "STA",
"email": "[email protected]",
"organization": "STA - Südtiroler Transportstrukturen AG / Strutture Trasporto Alto Adige SpA",
"organizationUrl": "https://www.sta.bz.it"
}
],
"authors": [
{
"name": "Belka",
"email": "[email protected]",
"organization": "Belka",
"organizationUrl": "https://belkadigital.com/"
}
],
"image": "wcs-logo.png",
"searchTags": ["map","mobility"],
"dist": {
"basePath": "dist",
"files": [
"map_widget.min.js"
]
},
"configuration": {
"tagName": "e-mobility-map-widget",
"options": [
{
"key": "language",
"type": "select",
"label": "Language",
"required": false,
"options": {
"values": ["en", "de", "it"],
"default": "en"
}
},
{
"key": "logo",
"type": "text",
"label": "Address of an icon, that should be shown in the lower left corner",
"required": false,
"options": {
"default": "https://www.greenmobility.bz.it/typo3conf/ext/interho/Resources/Public/Img/logo.png"
}
},
{
"key": "mobileFullScreen",
"type": "null",
"required": false,
"label": "If true sets the mobile default view to full screen and to minified otherwise",
"options": {
"default": true
}
},
{
"key": "current_location",
"type": "text",
"label": "Coordinates of the current location in the following format: { \"lat\": 46.479, \"lng\": 11.331 }",
"required": true,
"options": {
"default": "{ \"lat\": 46.479, \"lng\": 11.331 }"
}
},
{
"key": "fontFamily",
"type": "text",
"label": "Main font family",
"required": false,
"options": {
"default": "Suedtirol"
}
}
]
}
}