diff --git a/options.xhtml b/options.xhtml index 80105d7da..10dfcdab1 100644 --- a/options.xhtml +++ b/options.xhtml @@ -26377,10 +26377,10 @@ null or string

Set the synchronisation interval.

Type: -one of <null>, “disabled”, “5m”, “10m”, “30m”, “1h”, “12h”, “1d”

+one of “undefined”, “disabled”, “5m”, “10m”, “30m”, “1h”, “12h”, “1d”

Default: -null

+"undefined"

Example: "10m"

@@ -26404,10 +26404,10 @@ one of <null>, “disabled”, “5m”, “10m”, “30m”, “1h”,

What is the type of sync target.

Type: -one of <null>, “none”, “file-system”, “onedrive”, “nextcloud”, “webdav”, “dropbox”, “s3”, “joplin-server”, “joplin-cloud”

+one of “undefined”, “none”, “file-system”, “onedrive”, “nextcloud”, “webdav”, “dropbox”, “s3”, “joplin-server”, “joplin-cloud”

Default: -null

+"undefined"

Example: "dropbox"