-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
30 lines (30 loc) · 935 Bytes
/
config.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
{
"week": "A",
"nextEvent": [
"2021/07/22",
"summer holidays"
],
"WARNING": [
"Notice icons are the lower case names such as 'account_circle' on https://fonts.google.com/icons?selected=Material+Icons"
],
"notices": [
{
"icon": "emoji_events",
"description": "Sports day is on the 20th - Don't forget your PE kit"
},
{
"icon": "calendar_today",
"description": "Non-uniform day is next friday, please remember to wear a blazer"
},
{
"icon": "weekend",
"description": "Last day on the 21st!"
}
],
"wotw": {
"word": "Hygienic",
"type": "Adjective",
"definition": "conducive to maintaining health and preventing disease, especially by being clean; sanitary.",
"example": "the toilets didn’t have very hygienic conditions"
}
}