From a517cc54e9cff138630477f7493a92cde476b945 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 8 Feb 2019 18:28:58 +0100 Subject: [PATCH] [YEP-2.1] for specify the type of the argument --- manifest.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/manifest.json b/manifest.json index ed1647b..05cd5ab 100644 --- a/manifest.json +++ b/manifest.json @@ -65,6 +65,7 @@ }, { "name": "single_user", + "type": "string", "ask": { "en": "Choose if you want a Single User Blog ?", "fr": "Souhaitez vous un blog pour un seul utilisateur?" @@ -74,6 +75,7 @@ }, { "name": "site_name", + "type": "string", "ask": { "en": "Choose a name for your WriteFreely instance", "fr": "Choisissez un nom pour votre instance WriteFreely" @@ -82,6 +84,7 @@ }, { "name": "site_description", + "type": "string", "ask": { "en": "Choose a description for your WriteFreely instance", "fr": "Choisissez une description pour votre instance WriteFreely" @@ -90,6 +93,7 @@ }, { "name": "open_registration", + "type": "string", "ask": { "en": "Are registrations opened to all ?", "fr": "Les inscriptions sont t'elles ouvertes ?" @@ -99,6 +103,7 @@ }, { "name": "max_blogs", + "type": "string", "ask": { "en": "How many blogs each user can create ?", "fr": "Combien de blogs chaque utilisateur peut créer ?" @@ -107,6 +112,7 @@ }, { "name": "federation", + "type": "string", "ask": { "en": "Is it federation enabled ?", "fr": "Est-ce une application publique ?" @@ -116,6 +122,7 @@ }, { "name": "public_stats", + "type": "string", "ask": { "en": "Are federation stats public ?", "fr": "Est-ce les statistiques de federation sont publiques ?" @@ -125,6 +132,7 @@ }, { "name": "private", + "type": "string", "ask": { "en": "Are the instance metadata private ?", "fr": "Est-ce les metadatas de l'instance sont privée ?" @@ -134,6 +142,7 @@ }, { "name": "local_timeline", + "type": "string", "ask": { "en": "Do you want to add a local timeline ?", "fr": "Voulez vous afficher une timeline locale ?"