From f421d342c3c43af9316b76f5d3ffafdfb90f0f49 Mon Sep 17 00:00:00 2001 From: antelle Date: Sun, 11 Jun 2017 09:14:05 +0200 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration.md b/Configuration.md index 0883900..81875d6 100644 --- a/Configuration.md +++ b/Configuration.md @@ -65,10 +65,10 @@ Config fields description (all fields are optional; please don't copy exactly th "path": "webdav-url", // full path to file, including file name, e.g. WebDAV url "options": { "user": "", "password": "" } // only for WebDAV, server auth details }], + "showOnlyFilesFromConfig": false, // allow to open only files from config, remove previously opened files "plugins": [{ // if you want to auto-install some plugins "url": "" // plugin url (you can also add "manifest", if to enforce publicKey validation) }] - "showOnlyFilesFromConfig": false // allow to open only files from config, remove previously opened files } ```