keeweb/util/config-example.json

57 lines
1.2 KiB
JSON

{
"settings": {
"theme": "fb",
"locale": "en",
"expandGroups": true,
"listViewWidth": null,
"menuViewWidth": null,
"tagsViewHeight": null,
"autoUpdate": "install",
"autoSave": true,
"rememberKeyFiles": false,
"idleMinutes": 15,
"tableView": false,
"colorfulIcons": false,
"lockOnCopy": false,
"skipOpenLocalWarn": false,
"hideEmptyFields": false,
"skipHttpsWarning": false,
"demoOpened": false,
"fontSize": 0,
"tableViewColumns": null,
"generatorPresets": null,
"canOpen": true,
"canOpenDemo": true,
"canOpenSettings": true,
"canCreate": true,
"canImportXml": true,
"canRemoveLatest": true,
"dropbox": true,
"dropboxFolder": null,
"dropboxAppKey": null,
"webdav": true,
"webdavSaveMethod": "move",
"gdrive": true,
"gdriveClientId": null,
"onedrive": true,
"onedriveClientId": null,
"cacheConfigSettings": false
},
"files": [{
"storage": "webdav",
"name": "My file",
"path": "webdav-url",
"options": { "user": "", "password": "" }
}],
"plugins": [{
"url": ""
}],
"showOnlyFilesFromConfig": false
}