add display suite

This commit is contained in:
rnsrk 2024-05-22 11:56:54 +02:00
parent 8efa3fe0b4
commit 2a7cae640a

View file

@ -61,6 +61,7 @@ var (
InstallModules: []string{ InstallModules: []string{
"drupal/colorbox", "drupal/colorbox",
"drupal/devel:^5.0", "drupal/devel:^5.0",
"drupal/ds:^3.22",
"drupal/geofield:^1.56", "drupal/geofield:^1.56",
"drupal/geofield_map:^3.0", "drupal/geofield_map:^3.0",
"kint-php/kint:^5", "kint-php/kint:^5",
@ -69,7 +70,6 @@ var (
"drupal/image_effects", "drupal/image_effects",
"drupal/imce:^3.0", "drupal/imce:^3.0",
"drupal/inline_entity_form:^1.0@RC", "drupal/inline_entity_form:^1.0@RC",
}, },
EnableModules: []string{ EnableModules: []string{
"drupal/devel:^5.0", "drupal/devel:^5.0",