Updated Configuration (markdown)

antelle 2017-06-11 09:14:05 +02:00
parent 120e2997bf
commit f421d342c3
1 changed files with 1 additions and 1 deletions

@ -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
}
```