mirror of
https://github.com/YunoHost-Apps/send_ynh.git
synced 2025-09-04 11:08:37 +02:00
Update config_panel.toml
This commit is contained in:
@ -31,12 +31,14 @@ services = ["__APP__"]
|
||||
ask.en = "Custom Title"
|
||||
ask.fr = "Titre personnalisé"
|
||||
type = "string"
|
||||
help = "Add a custom title for Send"
|
||||
help.en = "Add a custom title for Send"
|
||||
help.fr = "Ajouter un titre personnalisé pour Send"
|
||||
bind = "custom_title:/var/www/__APP__/server/config.js"
|
||||
|
||||
[main.config.custom_description]
|
||||
ask.en = "Custom Description"
|
||||
ask.fr = "Description personnalisée"
|
||||
type = "string"
|
||||
help = "Add a custom description for Send"
|
||||
help.en = "Add a custom description for Send"
|
||||
help.fr = "Ajouter une description personnalisée pour Send"
|
||||
bind = "custom_description:/var/www/__APP__/server/config.js"
|
||||
|
Reference in New Issue
Block a user