-
Notifications
You must be signed in to change notification settings - Fork 2
/
custom_functions.json
53 lines (52 loc) · 991 Bytes
/
custom_functions.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
{
"home":{
"descr":"Home"
,"action":["Actions","home"]
}
,"mydiscussions":{
"descr":"My discussions"
,"action":["Actions","my"]
}
,"myposts":{
"descr":"My posts"
,"action":["Actions","me"]
}
,"bestofall":{
"descr":"Best of all feeds"
,"action":["Actions","bestof"]
}
,"bestofmonth":{
"descr":"Best of the month"
,"action":["Actions","summMonth"]
}
,"bestofweek":{
"descr":"Best of the week"
,"action":["Actions","summWeek"]
}
,"bestofday":{
"descr":"Best of the day"
,"action":["Actions","summDay"]
}
,"directs":{
"descr":"Directs"
,"action":["Actions","directs"]
,"cl":["directs-control"]
}
,"notifications":{
"descr":"Notifications"
,"action":["Actions","notifications"]
,"cl":["notifications-control"]
}
,"comments":{
"descr":"My comments"
,"action":["Actions","goComments"]
}
,"settings":{
"descr":"Settings"
,"action":["Actions","goSettings"]
}
,"logout":{
"descr":"Logout"
,"action":["Actions","logout"]
}
}