Skip to content

Commit

Permalink
Merge pull request #703 from City-of-Helsinki/UHF-9440
Browse files Browse the repository at this point in the history
UHF-9440: Add new field called information for the service channels
  • Loading branch information
teroelonen authored Mar 1, 2024
2 parents 41e6be8 + 9d8c3b2 commit ed13f77
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,13 @@ content:
third_party_settings: { }
weight: 22
region: content
information:
type: text_default
label: hidden
settings: { }
third_party_settings: { }
weight: 4
region: content
langcode:
type: language
label: hidden
Expand Down
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 @@ -390,9 +390,9 @@ function helfi_tpr_config_update_9054(): void {
}

/**
* UHF-9327: Update unit search paragraph pager configuration.
* UHF-9440: Add new field information for service channels.
*/
function helfi_tpr_config_update_9056(): void {
function helfi_tpr_config_update_9057(): void {
// Re-import 'helfi_tpr_config' configuration.
\Drupal::service('helfi_platform_config.config_update_helper')
->update('helfi_tpr_config');
Expand Down

0 comments on commit ed13f77

Please sign in to comment.