-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdata.json
More file actions
75 lines (75 loc) · 2.25 KB
/
data.json
File metadata and controls
75 lines (75 loc) · 2.25 KB
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
{
"RESTAURANT": {
"warning": {
"AvailableIcons": "Warning or Error or Question << DONT ENTER HERE! ENTER IT IN 'WARNINGICON' >>",
"warningActive": true,
"FunnyMessage": "No Message Set",
"warningIcon": "Warning",
"warningTitle": "Developer Beta",
"warningMessage": "This system is only available to developers, and it's currently in Beta.",
"warningSidenote": "Do not redistribute or share any information without permission",
"warningDisablePOS": false,
"versionsAffected": "all"
},
"versionDisablement": [
"0.0.1"
]
},
"TICKETPOS": {
"warning": {
"AvailableIcons": "Warning or Error or Question - This here isn't used in the code, consider it a comment (json hates comments)",
"warningActive": true,
"FunnyMessage": "Uh-oh, we found a critical issue",
"warningIcon": "warning",
"warningTitle": "There's a issue right now.",
"warningMessage": "Please await a fix, and once available download it.",
"warningSidenote": "Your POS may not work.",
"warningDisablePOS": false,
"versionsAffected": "2.2"
},
"versionDisablement": [
"1.0.0",
"1.0.1",
"1.0.2",
"1.0.3"
]
},
"SELFCHECKOUT": {
"warning": {
"AvailableIcons": "Warning or Error or Question - This here isn't used in the code, consider it a comment (json hates comments)",
"warningActive": false,
"FunnyMessage": "Uh-oh, we found a critical issue",
"warningIcon": "warning",
"warningTitle": "Nuclear Vulnerability",
"warningMessage": "This system is filled with nuclear toiletpaper...",
"warningSidenote": "Proceed with caution............",
"warningDisablePOS": false,
"versionsAffected": "<1.0.0"
},
"versionDisablement": [
"1.0.0",
"1.0.1",
"1.0.2",
"1.0.3"
]
},
"RCONTROLTEST": {
"warning": {
"AvailableIcons": "Warning or Error or Question - This here isn't used in the code, consider it a comment (json hates comments)",
"warningActive": true,
"FunnyMessage": "oh noes rcontrol actually works",
"warningIcon": "warning",
"warningTitle": "this is a title",
"warningMessage": "this is a message",
"warningSidenote": "this is a sidenote",
"warningDisablePOS": false,
"versionsAffected": "<1.0.0"
},
"versionDisablement": [
"1.0.0",
"1.0.1",
"1.0.2",
"1.0.3"
]
}
}