-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnode.json
37 lines (37 loc) · 920 Bytes
/
node.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
{
"name": "IB CM 2018",
"permissions": {
"unboxed": "Needs access to the device uuid",
"run-as-root": "Needs access to the device uuid"
},
"options": [{
"title": "Headline font",
"ui_width": 10,
"name": "headline_font",
"type": "font",
"default": "Ubuntu-C.ttf"
},{
"title": "Logo",
"ui_width": 10,
"name": "logo",
"type": "resource",
"valid": ["image"],
"default": "empty.png"
},{
"type": "color",
"title": "Background color",
"name": "background_color",
"ui_width": 4,
"default": [0.5,0.5,0.5,1]
},{
"title": "Meta-data URL",
"ui_width": 10,
"name": "metaurl",
"type": "string"
},{
"title": "Authentication Token",
"ui_width": 10,
"name": "authtoken",
"type": "string"
}]
}