Update docs for Element Web and SchildiChat Web: add the instruction to change the default country code to help to make the clients less British

Note the order of the instructions is intended to align with that of configurations on main.yml files.

Also: replace the explanations with the one available at https://github.com/element-hq/element-web/blob/develop/docs/config.md

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
Suguru Hirahara
2025-01-30 19:19:02 +09:00
parent cbcbe33a91
commit 22ea3b00d6
4 changed files with 20 additions and 4 deletions

View File

@ -194,7 +194,7 @@ matrix_client_element_self_check_validate_certificates: true
# don't show the registration button on welcome page
matrix_client_element_registration_enabled: false
# Default country code on welcome page when login by phone number
# An optional ISO 3166 alpha2 country code (eg: GB, the default) to use when showing phone number inputs
matrix_client_element_default_country_code: "GB"
# Controls whether presence will be enabled

View File

@ -189,7 +189,7 @@ matrix_client_schildichat_self_check_validate_certificates: true
# don't show the registration button on welcome page
matrix_client_schildichat_registration_enabled: false
# Default country code on welcome page when login by phone number
# An optional ISO 3166 alpha2 country code (eg: GB, the default) to use when showing phone number inputs
matrix_client_schildichat_default_country_code: "GB"
# Controls whether presence will be enabled