diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 735a05151..2f1eddd35 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -391,6 +391,18 @@ knowledgebaseenabled ``true`` enables the Help menu item in the user menu (top right of the Nextcloud Web interface). ``false`` removes the Help item. +knowledgebase.embedded +^^^^^^^^^^^^^^^^^^^^^^ + + +:: + + 'knowledgebase.embedded' => false, + +``true`` embeds the documentation in an iframe inside Nextcloud. + +``false`` only shows buttons to the online documentation. + allow_user_to_change_display_name ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^