generated from noi-techpark/webcomp-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwcs-manifest.json
99 lines (99 loc) · 2.51 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
{
"title": "Road webcam",
"shortName": "noi-brennerlec",
"description": "A responsive webcomponent for showing web camera images on Brennerlec A22 road",
"descriptionAbstract": "A responsive webcomponent for showing web camera images on Brennerlec A22 road",
"license": "AGPL-3.0-or-later",
"repositoryUrl": "https://github.com/noi-techpark/webcomponents-brennerlec.git",
"copyrightHolders": [
{
"name": "NOI",
"email": "info@noi.bz.it",
"organization": "NOI S.p.A",
"organizationUrl": "https://noi.bz.it"
}
],
"authors": [
{
"name": "NOI",
"email": "digital@noi.bz.it",
"organization": "NOI S.p.A",
"organizationUrl": "https://noi.bz.it"
},
{
"name": "Solhea",
"email": "info@solhea.com",
"organization": "Solhea S.R.L.",
"organizationUrl": "https://solhea.com"
}
],
"image": "wcs-logo.png",
"searchTags": [],
"dist": {
"basePath": "dist/bundle/noi-brennerlec",
"files": [
"noi-brennerlec.js",
"data_a22-1km.json",
"i18n_en.json",
"i18n_it.json"
],
"scripts": [
{
"file": "noi-brennerlec.js",
"parameter": "type='module'"
}
]
},
"configuration": {
"tagName": "noi-brennerlec",
"options": [
{
"key": "layout",
"type": "select",
"label": "Layout appearance",
"required": false,
"options": {
"values": [
"desktop",
"tablet",
"mobile",
"auto"
],
"default": "auto"
}
},
{
"key": "language",
"type": "select",
"label": "Two letter key for the language to be used, if omitted the widget will use the browser language. Fallback is `en`",
"required": false,
"options": {
"values": [
"en",
"de",
"it"
],
"default": "en"
}
},
{
"key": "reload-interval",
"type": "text",
"label": "Data refresh interval in milliseconds",
"required": false,
"options": {
"default": "60000"
}
},
{
"key": "style",
"type": "text",
"label": "CSS style definition",
"required": false,
"options": {
"default": "--color-primary: #0068B4; --color-secondary: #00A767; --color-text: #333333; --color-background: #FFFFFF; --map-marker-color: #3a9c77; --map-marker-color-bg: #FFFFFF;"
}
}
]
}
}