mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
system_addressbook_exposed is a boolean
This commit is contained in:
parent
9bb5bee9db
commit
1cb2448d3b
1 changed files with 2 additions and 3 deletions
|
@ -57,9 +57,8 @@ ram.runtime = "512M"
|
|||
[install.system_addressbook_exposed]
|
||||
ask.en = "Should there be a system address book listing all users, accessible by all users?"
|
||||
ask.fr = "Devrait-il y avoir un carnet d'adresses système listant tous les comptes, accessible par tous les comptes ?"
|
||||
type = "select"
|
||||
choices = ["yes", "no"]
|
||||
default = "yes"
|
||||
type = "boolean"
|
||||
default = true
|
||||
|
||||
[resources]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue