-
Notifications
You must be signed in to change notification settings - Fork 38
/
options.json.patch
44 lines (42 loc) · 944 Bytes
/
options.json.patch
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
--- a/options.json
+++ b/options.json
@@ -44,12 +44,12 @@
*/
"view": {
"modes": ["details", "grid", "icons"],
- "sizes": [48, 24, 96],
+ "sizes": [24, 48, 96],
"setParentFolderLabels": true,
"hideParentFolderLinks": false,
"hideFolders": false,
"binaryPrefix": false,
- "indexFiles": ["index.html", "index.htm", "index.php"],
+ "indexFiles": [],
"ignore": ["^\\.", "^_h5ai"],
"smartBrowsing": true,
"extInNewWindow": false
@@ -188,7 +188,7 @@
2: mode, servername and -version
*/
"mode": {
- "enabled": true,
+ "enabled": false,
"display": 2
},
@@ -280,7 +280,7 @@
- checkboxes: boolean, show a checkbox on mouse over item
*/
"select": {
- "enabled": true,
+ "enabled": false,
"checkboxes": true
},
@@ -344,7 +344,7 @@
- maxSubfolders: max number of subfolders to show in tree
*/
"tree": {
- "enabled": true,
+ "enabled": false,
"slide": true,
"maxSubfolders": 50
}