diff --git a/manifest.json b/manifest.json index 278735e..410fa4f 100644 --- a/manifest.json +++ b/manifest.json @@ -49,7 +49,16 @@ "fr": "Choisissez un mot de passe pour la base MySQL de phpBB. Veuillez noter que la table et l'utilisateur créé seront phpBB (sensible à la casse)" }, "example": "my_strong_password" - } + }, + { + "name": "manual_config", + "ask": { + "en": "IMPORTANT : Manual configuration after installation by going the the phpBB path web addrees", + "fr": "IMPORTANT : Configuration manuelle après installation en se rendant au chemin web de phpBB" + }, + "choices": ["Yes", "Yes (You don't have a choice !)"], + "default": "Yes" + } ] } }