Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Kamm <mail@ckamm.de>2018-04-09 11:46:52 +0300
committerKevin Ottens <kevin.ottens@nextcloud.com>2020-12-15 12:57:50 +0300
commit9c6a76d280d1f887de2b1d3fe363756031eeee66 (patch)
treeae18f930c5245e0cdfd7b140503e1f4d9a91ac70 /doc
parent27c8bce0b9131c7a4fbf0c75c83b31919c5c5b5d (diff)
Doc: Add showExperimentalOptions to conffile.rst
Diffstat (limited to 'doc')
-rw-r--r--doc/conffile.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/conffile.rst b/doc/conffile.rst
index 58ab50caf..87eeccaa3 100644
--- a/doc/conffile.rst
+++ b/doc/conffile.rst
@@ -57,7 +57,11 @@ Some interesting values that can be set on the configuration file are:
+---------------------------------+------------------------+--------------------------------------------------------------------------------------------------------+
| ``moveToTrash`` | ``false`` | If non-locally deleted files should be moved to trash instead of deleting them completely. |
| | | This option only works on linux |
-+---------------------------------+------------------------+--------------------------------------------------------------------------------------------------------+
++---------------------------------+------------------------+--------------------------------------------------------------------------------------------------------+
+| ``showExperimentalOptions`` | ``false`` | Whether to show experimental options that are still undergoing testing in the user interface. |
+| | | Turning this on does not enable experimental behavior on its own. It does enable user inferface |
+| | | options that can be used to opt in to experimental features. |
++---------------------------------+------------------------+--------------------------------------------------------------------------------------------------------+
+----------------------------------------------------------------------------------------------------------------------------------------------------------+