1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/civicrm_drupal7_ynh.git synced 2024-09-03 18:16:19 +02:00

Fix install question type

This commit is contained in:
Salamandar 2024-02-02 11:58:17 +01:00
parent 8046877e07
commit 5a84ae5cfb

View file

@ -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"