summaryrefslogtreecommitdiffstats
path: root/config/config.sample.php
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.sample.php')
-rw-r--r--config/config.sample.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 46064c9ef76..9df0966e704 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -2242,7 +2242,7 @@ $CONFIG = [
/**
* Enable the bulk upload feature.
*
- * Defaults to ``false``
+ * Defaults to ``true``
*/
-'bulkupload.enabled' => false,
+'bulkupload.enabled' => true,
];