1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rocketchat_ynh.git synced 2024-09-03 20:16:25 +02:00

Fix is_public setting in manifest

This commit is contained in:
Selamanse 2017-07-18 14:31:21 +02:00
parent 552b899949
commit 8a0a748739

View file

@ -30,13 +30,12 @@
"example": "domain.org" "example": "domain.org"
}, },
{ {
"name": "public_site", "name": "is_public",
"type": "boolean",
"ask": { "ask": {
"en": "Is it a public Rocketchat ?" "en": "Is it a public application?"
}, },
"choices": ["Yes", "No"], "choices": ["Yes", "No"],
"default": "Yes" "default": "No"
} }
] ]
} }