Skip to content

Commit

Permalink
Install hux.
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-getopensocial committed Oct 17, 2024
1 parent c1e69b5 commit 77d4b2b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/social_features/social_core/social_core.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies:
- field_group:field_group
- drupal:file
- drupal:image
- drupal:hux
- redirect:redirect
- image_effects:image_effects
- image_widget_crop:image_widget_crop
Expand Down
10 changes: 10 additions & 0 deletions modules/social_features/social_core/social_core.install
Original file line number Diff line number Diff line change
Expand Up @@ -552,3 +552,13 @@ function social_core_update_130009(): void {
];
\Drupal::service('module_installer')->install($modules);
}

/**
* Install drupal/hux module.
*/
function social_core_update_130010(): void {
$modules = [
'hux',
];
\Drupal::service('module_installer')->install($modules);
}

0 comments on commit 77d4b2b

Please sign in to comment.