aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2023-10-06 16:08:26 +0200
committerSimon L <szaimen@e.mail.de>2023-10-06 16:22:02 +0200
commite5b11ced4a209bfee445bebb98f38d07fb5365c0 (patch)
tree4b04dda9f730edfca4b5444db6d417b2613eb12c /config
parent6439fdf5b61d982838daf3c5b553577e5d54392c (diff)
downloadnextcloud-server-e5b11ced4a209bfee445bebb98f38d07fb5365c0.tar.gz
nextcloud-server-e5b11ced4a209bfee445bebb98f38d07fb5365c0.zip
address review
Signed-off-by: Simon L <szaimen@e.mail.de>
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 3db99c68c06..840a394abf7 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -235,6 +235,12 @@ $CONFIG = [
'knowledgebaseenabled' => true,
/**
+ * ``true`` embeds the documentation in an iframe inside Nextcloud.
+ * ``false`` only shows buttons to the online documentation.
+ */
+'knowledgebase.embedded' => false,
+
+/**
* ``true`` allows users to change their display names (on their Personal
* pages), and ``false`` prevents them from changing their display names.
*/