Skip to content

Commit 63e4c88

Browse files
authored
docs(help) add configDialog
1 parent 217446a commit 63e4c88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,8 @@ npm update cloudcmd -g
254254
"root" : "/", /* корневой каталог */
255255
"prefix" : "", /* url префикс */
256256
"progress" : true, /* показывать состояние файловых операций */
257-
"htmlDialogs" : true /* показывать html диалоги */
257+
"onePanelMode" : false, /* включить однопанельный режим */
258+
"configDialog" : true /* включить диалог конфигурирования */
258259
}
259260
```
260261

0 commit comments

Comments
 (0)