From 6e30ea885376728dea72a8d513dea01af818f25a Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Wed, 9 Dec 2020 03:53:16 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index ad0007b4f..495685309 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -264,6 +264,17 @@ login or shared items. User's locale preferences configured under "personal Defaults to ``en`` +:: + + 'default_phone_region' => 'EN', + +This sets the default region for phone numbers on your Nextcloud server, +using ISO 3166-1 country codes such as ``DE`` for Germany, ``FR`` for France, … +It is required to allow inserting phone numbers in the user profiles starting +without the country code (e.g. +49 for Germany). + +No default value! + :: 'force_locale' => 'en_US',