-
Notifications
You must be signed in to change notification settings - Fork 0
/
wcs-manifest.json
197 lines (197 loc) · 6.14 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
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
{
"title": "Tourism Skiinfo",
"shortName": "tourism-skiinfo",
"description": "A web component to display SkiAreas with all Information. This Web Component supports two modes: display mode and browse mode. Display mode: shows one or more Ski Areas and switches automatically between them. Supports automatic switching between menus and fullscreen mode in which autoscroll for menus taller than page is enabled. This is intended as a non interactive infographic. Browse mode: Shows a browsable list of all Ski Areas and enables interactive navigation within them.",
"descriptionAbstract": "A web component to display SkiAreas with all Information test",
"license": "AGPL-3.0-or-later",
"repositoryUrl": "https://github.com/noi-techpark/webcomp-tourism-skiinfo.git",
"copyrightHolders": [
{
"name": "NOI",
"email": "info@noi.bz.it",
"organization": "NOI AG/SpA Südtirol - Alto Adige",
"organizationUrl": "https://noi.bz.it"
}
],
"authors": [
{
"name": "Henri Egger",
"email": "h.egger@noi.bz",
"organization": "NOI AG",
"organizationUrl": "https://noi.bz.it"
},
{
"name": "Rudi Thoeni",
"email": "r.thoeni@noi.bz",
"organization": "NOI AG",
"organizationUrl": "https://noi.bz.it"
}
],
"image": "wcs-logo.png",
"searchTags": [
"ski",
"tourism"
],
"dist": {
"basePath": "dist",
"files": ["odh-tourism-skiinfo.min.js"],
"scripts": [
{
"file": "odh-tourism-skiinfo.min.js",
"parameter": ""
}
]
},
"configuration": {
"tagName": "odh-tourism-skiinfo",
"options": [
{
"key": "language",
"type": "select",
"label": "Language",
"required": false,
"options": {
"values": ["en", "de", "it"],
"default": "en"
}
},
{
"key": "sorting",
"type": "select",
"label": "Sorting of the Skiareas",
"required": true,
"options": {
"values": ["random", "alphabetically","skiregion"],
"default": "random"
}
},
{
"key": "id-list",
"type": "multiselect",
"label": "List of ski areas to display",
"required": false,
"options": {
"values": [
"3 Zinnen Dolomiten ski area",
"Alta Badia ski area",
"Alpe di Siusi - Val Gardena ski area",
"Carezza Dolomites ski area",
"Gitschberg - Jochtal ski area",
"Jochgrimm ski area",
"Klausberg ski area",
"Kronplatz ski area",
"Ladurns ski area",
"Meran 2000 ski area",
"Obereggen ski area",
"Pfelders ski area",
"Plose ski area",
"Ratschings ski area",
"Reinswald ski area",
"Rittner Horn ski area",
"Rosskopf ski area",
"Schoeneben/Haideralm ski area",
"Schwemmalm ski area",
"Ski area Alpin Arena Schnals/Senales",
"Speikboden ski area",
"Sulden ski area",
"Trafoi ski area",
"Val Gardena - Alpe di Siusi ski area",
"Vigiljoch ski area",
"Watles ski area"
]
}
},
{
"key": "skiregion-list",
"type": "multiselect",
"label": "Skiregion Filter",
"required": false,
"options": {
"values": ["dolomiti superski","ortler skiarena","skiregion tauferer ahrntal","skiverbund eisacktal-wipptal"]
}
},
{
"key": "mode",
"type": "select",
"label": "Select between Display mode (kiosk view) and Browse mode (listview, browseable detailview). The display mode is usually for a Display/Totem View with automatic loop between Skiareas, the browse mode is for integration in webpage and having users interact with the component.",
"required": true,
"options": {
"values": ["display", "browse"],
"default": "browse"
}
},
{
"key": "page-size",
"type": "number",
"label": "Number of list items per page (Browse mode)",
"required": false,
"options": {
"default": 8
}
},
{
"key": "autoplay",
"type": "null",
"label": "Enable auto scroll for menus taller than screen. Disables interactive menus. Set to true when showing as standalone infographic. Set to false when embedding on a website. (Display mode)",
"required": false,
"options": {
"default": false
}
},
{
"key": "scroll-delay",
"type": "number",
"label": "Time in milliseconds before and after scroll on a menu. Auto scroll starts instantly if set to 0 (buggy!). (Display mode + Autoplay)",
"required": false,
"options": {
"default": 1000
}
},
{
"key": "scroll-factor",
"type": "number",
"label": "Time in milliseconds auto scroll takes to scroll for each pixel. Auto scroll jumps to bottom instantly if set to 0. (Display mode + Autoplay)",
"required": false,
"options": {
"default": 15
}
},
{
"key": "exclude-menus",
"type": "multiselect",
"label": "Menus to exclude (Display mode)",
"required": false,
"options": {
"values": ["Info", "Lifts", "Slopes", "Weather", "Webcam"]
}
},
{
"key": "enable-placeholder",
"type": "null",
"label": "Enable image placeholders. (Browse mode)",
"required": false,
"options": {
"default": true
}
},
{
"key": "font-url",
"type": "text",
"label": "URL to a valid font css file",
"required": false,
"options": {
"default": "https://fonts.testingmachine.eu/open-sans/style.css"
}
},
{
"key": "font-name",
"type": "text",
"label": "Name of the font loaded from the font URL",
"required": false,
"options": {
"default": "Open Sans"
}
}
]
}
}