Skip to content

Commit

Permalink
Merge pull request #802 from City-of-Helsinki/UHF-9101
Browse files Browse the repository at this point in the history
UHF-9101: Added Unit contact card to Standard page and Landing page
  • Loading branch information
khalima authored Sep 9, 2024
2 parents 32c796a + 602e163 commit bb50a52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/helfi_tpr_config/helfi_tpr_config.install
Original file line number Diff line number Diff line change
Expand Up @@ -381,9 +381,9 @@ function helfi_tpr_config_update_9052() : void {
}

/**
* UHF-10191 Change the unit default displays to use new image styles.
* UHF-9101 Add "Unit contact card" to standard page and landing page.
*/
function helfi_tpr_config_update_9068(): void {
function helfi_tpr_config_update_9069(): void {
\Drupal::service('helfi_platform_config.config_update_helper')
->update('helfi_tpr_config');
}
3 changes: 3 additions & 0 deletions modules/helfi_tpr_config/helfi_tpr_config.module
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,13 @@ function helfi_tpr_config_helfi_paragraph_types() : array {
'content_liftup' => 12,
'service_list_search' => 16,
'unit_search' => 17,
'unit_contact_card' => 18,
],
'field_lower_content' => [
'content_liftup' => 12,
'service_list_search' => 16,
'unit_search' => 17,
'unit_contact_card' => 18,
],
],
'landing_page' => [
Expand All @@ -138,6 +140,7 @@ function helfi_tpr_config_helfi_paragraph_types() : array {
'service_list' => 15,
'service_list_search' => 16,
'unit_search' => 17,
'unit_contact_card' => 18,
],
],
],
Expand Down

0 comments on commit bb50a52

Please sign in to comment.