From 0f1e5f6b8c40299781faf9a02c7ec018764e0a1e Mon Sep 17 00:00:00 2001 From: Robert Nasarek Date: Mon, 23 Aug 2021 17:35:43 +0200 Subject: [PATCH] add inline entity form module --- install_wisski.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_wisski.bash b/install_wisski.bash index 61b9158..99f5ee7 100755 --- a/install_wisski.bash +++ b/install_wisski.bash @@ -250,7 +250,7 @@ composer create-project drupal/recommended-project $WEBSITENAME echo -e "${GREEN}Installing WissKI with some modules (you have to activate them later).${NC}" sleep 1 cd $WEBSITENAME -composer require drupal/colorbox drupal/devel drush/drush drupal/imagemagick drupal/wisski +composer require drupal/colorbox drupal/devel drush/drush drupal/imagemagick drupal/inline_entity_form:^1.0@RC drupal/wisski echo -e "${GREEN}Get necessary libraries.${NC}" sleep 1