Skip to content

Commit

Permalink
UHF-10239: Added update function to re-import hefi_image_styles configs
Browse files Browse the repository at this point in the history
  • Loading branch information
annadruid committed Nov 14, 2024
1 parent e0e4355 commit 302819b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/helfi_image_styles/helfi_image_styles.install
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ function helfi_image_styles_update_9002(): void {
}

/**
* UHF-9508 Change unit contact card responsive image styles to match new look.
* UHF-10239 Adds new image styles used by image gallery.
*/
function helfi_image_styles_update_9003(): void {
function helfi_image_styles_update_9004(): void {
\Drupal::service('helfi_platform_config.config_update_helper')
->update('helfi_image_styles');
}

0 comments on commit 302819b

Please sign in to comment.