mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
fix: Error validating config_panel using schema: in key main > smtp > smtp_disclose_recipients
This commit is contained in:
parent
aa2deeed52
commit
e33bb01006
1 changed files with 2 additions and 1 deletions
|
@ -382,11 +382,12 @@ help = "Config for sending emails via an smtp server."
|
||||||
bind = "smtp-disclose-recipients:__INSTALL_DIR__/config.yaml"
|
bind = "smtp-disclose-recipients:__INSTALL_DIR__/config.yaml"
|
||||||
choices = [ "true", "false" ]
|
choices = [ "true", "false" ]
|
||||||
default = "false"
|
default = "false"
|
||||||
|
type = "select"
|
||||||
|
[main.smtp.smtp_disclose_recipients.help]
|
||||||
en = """true: Disclose all recipients in the To field\
|
en = """true: Disclose all recipients in the To field\
|
||||||
false: Email will be sent to Undisclosed Recipients"""
|
false: Email will be sent to Undisclosed Recipients"""
|
||||||
fr = """true : divulguer tous les destinataires dans le champ À\
|
fr = """true : divulguer tous les destinataires dans le champ À\
|
||||||
false : l'e-mail sera envoyé sans divulguer les destinataires"""
|
false : l'e-mail sera envoyé sans divulguer les destinataires"""
|
||||||
type = "select"
|
|
||||||
|
|
||||||
####################
|
####################
|
||||||
#### CACHE SETTINGS
|
#### CACHE SETTINGS
|
||||||
|
|
Loading…
Add table
Reference in a new issue