Skip to content

Commit

Permalink
Merge pull request #479 from City-of-Helsinki/UHF-X_news_list_basic_page
Browse files Browse the repository at this point in the history
Added news list paragraph to upper content area on basic page.
  • Loading branch information
khalima authored Mar 29, 2023
2 parents 1195bdf + e361372 commit 3b210b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/helfi_node_page/helfi_node_page.install
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,10 @@ function helfi_node_page_install($is_syncing) : void {

helfi_node_page_grant_permissions();
}

/**
* Add news list paragraph to upper content area on basic page.
*/
function helfi_node_page_update_9001() : void {
helfi_platform_config_update_paragraph_target_types();
}
1 change: 1 addition & 0 deletions modules/helfi_node_page/helfi_node_page.module
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ function helfi_node_page_helfi_paragraph_types() : array {
'content_liftup',
'banner',
'event_list',
'news_list',
'from_library',
'phasing',
'chart',
Expand Down

0 comments on commit 3b210b9

Please sign in to comment.