Skip to content

Commit

Permalink
Merge pull request #722 from City-of-Helsinki/UHF-9562-unit-email-field
Browse files Browse the repository at this point in the history
UHF-9562: Change email field formatter
  • Loading branch information
hyrsky authored Mar 26, 2024
2 parents dee862a + fed1ab6 commit 0ed5db4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,9 @@ content:
weight: 2
region: content
email:
type: string
type: email_mailto
label: hidden
settings:
link_to_entity: false
settings: { }
third_party_settings: { }
weight: 8
region: content
Expand Down Expand Up @@ -147,21 +146,21 @@ content:
third_party_settings: { }
weight: 24
region: content
longitude:
type: string
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
weight: 23
region: content
links:
type: tpr_connection
label: hidden
settings: { }
third_party_settings: { }
weight: 25
region: content
longitude:
type: string
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
weight: 23
region: content
name:
type: string
label: hidden
Expand Down
9 changes: 9 additions & 0 deletions modules/helfi_tpr_config/helfi_tpr_config.install
Original file line number Diff line number Diff line change
Expand Up @@ -388,3 +388,12 @@ function helfi_tpr_config_update_9061(): void {
\Drupal::service('helfi_platform_config.config_update_helper')
->update('helfi_tpr_config');
}

/**
* UHF-9562: Updated email field formatter.
*/
function helfi_tpr_config_update_9062(): void {
// Re-import 'helfi_tpr_config' configuration.
\Drupal::service('helfi_platform_config.config_update_helper')
->update('helfi_tpr_config');
}

0 comments on commit 0ed5db4

Please sign in to comment.