mirror of
https://github.com/YunoHost-Apps/matterbridge_ynh.git
synced 2024-09-03 19:36:24 +02:00
Update manifest.json to fix issue of 'expected one argument'
Fix issue mentioned here: https://github.com/YunoHost-Apps/matterbridge_ynh/issues/11 It seems like a yunohost bug, but this is a workaround.
This commit is contained in:
parent
4a89eaa94b
commit
48816e0c13
1 changed files with 9 additions and 0 deletions
|
@ -26,6 +26,15 @@
|
||||||
"services": [],
|
"services": [],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install" : [
|
"install" : [
|
||||||
|
{
|
||||||
|
"name": "is_placeholder_argument",
|
||||||
|
"type": "boolean",
|
||||||
|
"ask": {
|
||||||
|
"en": "This is a placeholder argument to fix no arguments problem in yunohost when the manifest needs no arguments from user",
|
||||||
|
"fr": "Il s'agit d'un argument d'espace réservé pour résoudre le problème d'absence d'arguments dans yunohost lorsque le manifeste n'a besoin d'aucun argument de l'utilisateur"
|
||||||
|
},
|
||||||
|
"default": "true"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue