mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(config) add zip
This commit is contained in:
parent
f7d8bf3b65
commit
c90249c87c
2 changed files with 2 additions and 0 deletions
1
HELP.md
1
HELP.md
|
|
@ -159,6 +159,7 @@ All main configuration could be done via `json/config.json`.
|
|||
"appCache" : false, /* cache files for offline use */
|
||||
"analytics" : true, /* google analytics suport */
|
||||
"diff" : false, /* when save - send patch, not whole file */
|
||||
"zip" : false, /* zip text before send / unzip before save */
|
||||
"notifications" : false, /* show notifications when tab is not active*/
|
||||
"localStorage" : true, /* cache directory data */
|
||||
"minify" : true /* minification of js,css,html and img */
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
"appСache": false,
|
||||
"analytics": true,
|
||||
"diff": false,
|
||||
"zip" : false,
|
||||
"notifications": false,
|
||||
"localStorage": true,
|
||||
"minify": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue