Skip to content

Commit dd0c2fc

Browse files
committed
disabled new directory command at root level
1 parent cf52aca commit dd0c2fc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

schema/drives-file-browser.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
"label": "",
1010
"rank": 1
1111
},
12+
{
13+
"name": "new-directory",
14+
"command": "drives:create-new-directory",
15+
"rank": 10
16+
},
1217
{ "name": "uploader", "label": "", "rank": 20 },
1318
{
1419
"name": "refresh",
@@ -26,7 +31,7 @@
2631
"name": "new-drive",
2732
"command": "drives:create-new-drive",
2833
"label": "",
29-
"rank": 50
34+
"rank": 10
3035
}
3136
]
3237
},

0 commit comments

Comments
 (0)