mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
Updates path and lang setting in manifest
This commit is contained in:
parent
010de888a5
commit
8842053fe9
1 changed files with 18 additions and 1 deletions
|
@ -29,6 +29,15 @@
|
|||
},
|
||||
"example": "domain.org"
|
||||
},
|
||||
{
|
||||
"name": "path",
|
||||
"type": "path",
|
||||
"ask": {
|
||||
"en": "Choose a path for RocketChat"
|
||||
},
|
||||
"example": "/chat",
|
||||
"default": "/chat"
|
||||
},
|
||||
{
|
||||
"name": "is_public",
|
||||
"ask": {
|
||||
|
@ -36,7 +45,15 @@
|
|||
},
|
||||
"choices": ["Yes", "No"],
|
||||
"default": "No"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "lang",
|
||||
"ask": {
|
||||
"en": "Select default language",
|
||||
},
|
||||
"choices": ["English"],
|
||||
"default": "English"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue