1
0
Fork 0
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:
Kayou 2024-07-29 10:12:38 +02:00 committed by GitHub
parent 9bb5bee9db
commit 1cb2448d3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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]