Doc: Add showExperimentalOptions to conffile.rst
authorChristian Kamm <mail@ckamm.de>
Mon, 9 Apr 2018 08:46:52 +0000 (10:46 +0200)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:57:50 +0000 (10:57 +0100)
doc/conffile.rst

index 58ab50caffe9eae0a34f9e79621c80d3954486d2..87eeccaa3b12c40e4ed50d6661e4d27e4ae5d0cb 100644 (file)
@@ -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.                                           |
++---------------------------------+------------------------+--------------------------------------------------------------------------------------------------------+
 
 
 +----------------------------------------------------------------------------------------------------------------------------------------------------------+