diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2022-08-25 14:47:25 +0200 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2022-08-25 14:47:50 +0200 |
commit | 5ae185a8b1427a5daa7bb98499482d4c33f6be29 (patch) | |
tree | c4bd6e737c23ce884b266f984148ea22025416b2 /config | |
parent | be7082efffff075671077e484abf8a76bfa9c3f8 (diff) | |
download | nextcloud-server-5ae185a8b1427a5daa7bb98499482d4c33f6be29.tar.gz nextcloud-server-5ae185a8b1427a5daa7bb98499482d4c33f6be29.zip |
Add bulkupload.enabled configuration switch
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 05fba5777eb..46064c9ef76 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -2238,4 +2238,11 @@ $CONFIG = [ * Defaults to ``false`` */ 'projects.enabled' => false, + +/** + * Enable the bulk upload feature. + * + * Defaults to ``false`` + */ +'bulkupload.enabled' => false, ]; |