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"
|
||||
],
|
||||
"arguments": {
|
||||
"install" : [
|
||||
"install": [
|
||||
{
|
||||
"name": "domain",
|
||||
"type": "domain"
|
||||
|
@ -40,7 +40,7 @@
|
|||
"name": "title",
|
||||
"type": "string",
|
||||
"default": "nitter",
|
||||
"help": {
|
||||
"ask": {
|
||||
"en": "Name of the instance",
|
||||
"fr": "Nom de l'instance"
|
||||
}
|
||||
|
@ -136,4 +136,4 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue