-
Notifications
You must be signed in to change notification settings - Fork 0
/
viewers.json
58 lines (58 loc) · 938 Bytes
/
viewers.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
{
"units": {
"placeholder": "undefined"
},
"users": {
"15b1571d-fbce-447c-9778-6234f1f4e729": {
"units": {
"placeholder": "undefined"
}
}
},
"viewerModels": {
"iframeviewer": {
"parameters": {
"url": "^(http).*//[a-z]+\\..*$",
"updatefrequency": "^[1-9]\\d{1,}$"
},
"placement": {
"x": "10",
"y": "10"
},
"size": {
"height": "400",
"width": "460"
}
},
"currencyviewer": {
"parameters": {
"from": "^[A-Z]{3}$",
"to": "^[A-Z]{3}$",
"updatefrequency": "^[1-9]\\d{1,}$"
},
"placement": {
"x": "10",
"y": "10"
},
"size": {
"height": "50",
"width": "460"
}
},
"rssviewer": {
"parameters": {
"stories": "^[1-9]*$",
"updatefrequency": "^[1-9]\\d{1,}$",
"url": "^(http).*//[a-z]+\\..*$"
},
"placement": {
"x": "10",
"y": "10"
},
"size": {
"height": "300",
"width": "460"
}
}
}
}