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:
parent
8046877e07
commit
5a84ae5cfb
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue