From 9e78fef58fd63c9cffc8a4403210fe1e6533bae5 Mon Sep 17 00:00:00 2001 From: frju365 Date: Tue, 28 Aug 2018 12:09:54 +0200 Subject: [PATCH] [mod] Required fields --- manifest.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index c7a5ad1..2f66cb6 100644 --- a/manifest.json +++ b/manifest.json @@ -54,18 +54,16 @@ "de": "Wählen einen Administrator (erforderlich für die automatische Nachinstallation)" }, "example": "johndoe", - "optional": true }, { "name": "title", "ask": { - "en": "Choose a title for your forum (required for automatic post-installation)", - "fr": "Choisissez un titre pour votre forum (nécessaire pour la post-installation automatique)", - "de": "Wählen einen Titel für eure Internetforum (erforderlich für die automatische Nachinstallation)" + "en": "Choose a title for your forum", + "fr": "Choisissez un titre pour votre forum", + "de": "Wählen einen Titel für eure Internetforum" }, "example": "My forum", "default": "", - "optional": true }, { "name": "is_public", @@ -99,4 +97,4 @@ } ] } -} \ No newline at end of file +}