mirror of
https://github.com/YunoHost-Apps/armadietto_ynh.git
synced 2024-09-03 18:06:18 +02:00
Update config_panel.toml
This commit is contained in:
parent
64220b732e
commit
4075baf30b
1 changed files with 5 additions and 4 deletions
|
@ -1,8 +1,7 @@
|
|||
version = "1.0"
|
||||
name= "Armadietto configuration panel"
|
||||
|
||||
[main]
|
||||
name = "Armadietto signup configuration"
|
||||
name = "Armadietto configuration"
|
||||
|
||||
[main.is_signup]
|
||||
name = "Signup configuration"
|
||||
|
@ -11,6 +10,8 @@ name = "Armadietto signup configuration"
|
|||
ask.en = "Allow signups?"
|
||||
ask.fr = "Accepter les inscriptions ?"
|
||||
type = "boolean"
|
||||
default = true
|
||||
yes = "true"
|
||||
no = "false"
|
||||
bind = ":__FINALPATH__/server.js"
|
||||
help.en = "Would you like to allow visitors to register and create an account?"
|
||||
help.fr = "Souhaitez-vous autoriser les visiteurs à s'inscrire et créer un compte ?"
|
||||
help.fr = "Souhaitez-vous autoriser les visiteurs à s'inscrire et créer un compte ?"
|
||||
|
|
Loading…
Add table
Reference in a new issue