mirror of
https://github.com/YunoHost-Apps/nitter_ynh.git
synced 2024-09-03 19:46:24 +02:00
Add ask string for all manifest items
This commit is contained in:
parent
985099c3a8
commit
3cd3ca0d1b
1 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@
|
||||||
"redis"
|
"redis"
|
||||||
],
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install" : [
|
"install": [
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain"
|
"type": "domain"
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
"name": "title",
|
"name": "title",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "nitter",
|
"default": "nitter",
|
||||||
"help": {
|
"ask": {
|
||||||
"en": "Name of the instance",
|
"en": "Name of the instance",
|
||||||
"fr": "Nom de l'instance"
|
"fr": "Nom de l'instance"
|
||||||
}
|
}
|
||||||
|
@ -136,4 +136,4 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue