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:
parent
552b899949
commit
8a0a748739
1 changed files with 4 additions and 5 deletions
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue