mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
[enh] manifest: add 'type' keys.
This commit is contained in:
parent
a9cd4cc9d4
commit
fdd62394d3
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
"install": [
|
||||
{
|
||||
"name": "domain",
|
||||
"type": "domain",
|
||||
"ask": {
|
||||
"en": "Choose a domain for FreshRSS",
|
||||
"fr": "Choisissez un domaine pour FreshRSS"
|
||||
|
@ -29,6 +30,7 @@
|
|||
},
|
||||
{
|
||||
"name": "path",
|
||||
"type": "path",
|
||||
"ask": {
|
||||
"en": "Choose a path for FreshRSS",
|
||||
"fr": "Choisissez un chemin pour FreshRSS"
|
||||
|
@ -38,6 +40,7 @@
|
|||
},
|
||||
{
|
||||
"name": "admin",
|
||||
"type": "user",
|
||||
"ask": {
|
||||
"en": "Choose the default user (leave empty if none)",
|
||||
"fr": "Choisissez l'utilisateur par defaut (laissez vide si aucun)"
|
||||
|
|
Loading…
Add table
Reference in a new issue