-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathcustardui.config.json
More file actions
36 lines (36 loc) · 1.33 KB
/
custardui.config.json
File metadata and controls
36 lines (36 loc) · 1.33 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
{
"config": {
"placeholders": [
{ "name": "name", "settingsLabel": "Your short name", "settingsHint": "e.g., Jane" },
{ "name": "username", "settingsLabel": "Your GitHub Username", "settingsHint": "e.g., JaneDoe" },
{ "name": "studentIdSuffix", "settingsLabel": "Last five characters of your student ID", "settingsHint": "e.g., 4567X" },
{ "name": "tutorialId", "settingsLabel": "Your Tutorial ID", "settingsHint": "e.g., CS2103T-W15" },
{ "name": "teamId", "settingsLabel": "Your Team ID", "settingsHint": "e.g., CS2103T-W15-1"},
{ "name": "productName", "settingsLabel": "Name of your tP product", "settingsHint": "e.g., ContactsPro"}
]
},
"storageKey": "cs21_3-website",
"baseUrl": "/website",
"settings": {
"enabled": true,
"panel": {
"title": "Customise your view of this course site",
"description": "e.g., customise instructions to match your GitHub username or team ID"
},
"callout": {
"show": true,
"enablePulse": true,
"message": "You can customise your view of the course site by clicking this button.",
"backgroundColor": "yellow",
"textColor": "black"
},
"icon": {
"position": "middle-left",
"color": "white",
"backgroundColor": "#198754",
"opacity": 0.5,
"scale": 1.1
}
},
"showUrl": false
}