1
0
Fork 0
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:
Moul 2016-02-17 18:56:28 +01:00
parent a9cd4cc9d4
commit fdd62394d3

View file

@ -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)"