-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdefaults.json
60 lines (60 loc) · 1.17 KB
/
defaults.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
54
55
56
57
58
59
60
{
"preprocessor": "stylus",
"variables": {
"Hide All Comments": {
"type": "checkbox",
"label": "hide_comments",
"value": "0"
},
"Hide Branch Edits": {
"type": "checkbox",
"label": "hide_branches",
"value": "0"
},
"Hide Closing": {
"type": "checkbox",
"label": "hide_closed",
"value": "0"
},
"Hide Follows": {
"type": "checkbox",
"label": "hide_follows",
"value": "0"
},
"Hide Forks": {
"type": "checkbox",
"label": "hide_forks",
"value": "0"
},
"Hide New Repos": {
"type": "checkbox",
"label": "hide_new",
"value": "0"
},
"Hide Open/Reopen": {
"type": "checkbox",
"label": "hide_open",
"value": "0"
},
"Hide Stars": {
"type": "checkbox",
"label": "hide_stars",
"value": "0"
},
"Hide Tags": {
"type": "checkbox",
"label": "hide_tags",
"value": "0"
},
"Hide Pushes": {
"type": "checkbox",
"label": "hide_pushes",
"value": "0"
},
"Hide Wiki Events": {
"type": "checkbox",
"label": "hide_wiki",
"value": "0"
}
}
}