diff --git a/HELP.md b/HELP.md index 844610bd..4ac1acac 100644 --- a/HELP.md +++ b/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 */ diff --git a/json/config.json b/json/config.json index 55a53046..24429aaf 100644 --- a/json/config.json +++ b/json/config.json @@ -6,6 +6,7 @@ "appДache": false, "analytics": true, "diff": false, + "zip" : false, "notifications": false, "localStorage": true, "minify": true,