From fe88ab8840c7f17c85ec19b3fca581a6cb7cf788 Mon Sep 17 00:00:00 2001 From: Yalh Date: Tue, 22 Jan 2019 04:40:57 +0100 Subject: [PATCH] Updating and reordering manifest.json --- manifest.json | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/manifest.json b/manifest.json index 214b722..10b00fb 100755 --- a/manifest.json +++ b/manifest.json @@ -25,7 +25,8 @@ "name": "domain", "type": "domain", "ask": { - "en": "Choose a domain name for Plume" + "en": "Choose a domain name for Plume", + "fr": "Choisissez un nom de domaine pour Plume" }, "example": "example.com" }, @@ -35,23 +36,9 @@ "ask": { "en": "Choose the Plume administrator (must be an existing YunoHost user)", "fr": "Choisissez l'administrateur de Plume (doit être un utilisateur YunoHost existant)" - } - }, - { - "name": "name", - "ask": { - "en": "Choose a name for your Plume instance" }, - "example": "My blog" + "example": "johndoe" }, - { - "name": "registration", - "type": "boolean", - "ask": { - "en": "Is registrations open to everyone?" - }, - "default": false - }, { "name": "is_public", "type": "boolean", @@ -60,7 +47,24 @@ "fr": "Est-ce une application publique ?" }, "default": true - } + }, + { + "name": "name", + "ask": { + "en": "Choose a name for your Plume instance", + "fr": "Choisissez un nom pour votre instance Plume" + }, + "example": "My blog" + }, + { + "name": "registration", + "type": "boolean", + "ask": { + "en": "Is registrations open to everyone?", + "fr": "Les inscriptions sont t'elles ouvertes à tout le monde?" + }, + "default": false + } ] } }