Skip to content

Commit

Permalink
UHF-9440: Add new field called information for the service channels
Browse files Browse the repository at this point in the history
  • Loading branch information
teroelonen committed Feb 29, 2024
1 parent 41e6be8 commit 9d8c3b2
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 9d8c3b2

Please sign in to comment.