Skip to content

Commit

Permalink
Merge pull request #474 from City-of-Helsinki/UHF-X_block_config_fix
Browse files Browse the repository at this point in the history
Update the block configuration code to match what drupal would do
  • Loading branch information
rpnykanen authored Mar 22, 2023
2 parents e530825 + 8a0de21 commit 2c31766
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ function helfi_global_announcement_get_block_configurations(string $theme) : arr
return [
'global_announcement' => [
'block' => [
'id' => 'global_announcement',
'plugin' => 'global_announcement',
'id' => 'globalannouncement',
'plugin' => 'global_announcements',
'settings' => [
'id' => 'global_announcement',
'id' => 'global_announcements',
'label' => 'Global announcement',
'provider' => 'helfi_global_announcement',
],
Expand Down

0 comments on commit 2c31766

Please sign in to comment.