From 5a84ae5cfbecf492c705c52b11989a35b4b08fa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 2 Feb 2024 11:58:17 +0100 Subject: [PATCH] Fix install question type --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 67cca39..9c7556b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -58,7 +58,7 @@ ram.runtime = "50M" [install.install_profil] ask.en = "Choose the Drupal 7 install profile to use" ask.fr = "Choisissez le profile d'installation de Drupal 7" - type = "string" + type = "select" choices = ["minimal", "standard"] default = "standard"