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,14 +30,13 @@
"example": "domain.org"
},
{
"name": "public_site",
"type": "boolean",
"name": "is_public",
"ask": {
"en": "Is it a public Rocketchat ?"
"en": "Is it a public application?"
},
"choices": ["Yes", "No"],
"default": "Yes"
}
"default": "No"
}
]
}
}