Skip to content

Commit

Permalink
UHF-8975: Updated the order for kasko related paragraph types.
Browse files Browse the repository at this point in the history
  • Loading branch information
khalima committed Jan 16, 2024
1 parent 7621025 commit 3058b3b
Showing 1 changed file with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,29 +172,29 @@ function helfi_kasko_content_helfi_paragraph_types() : array {
'node' => [
'page' => [
'field_content' => [
'group_news',
'high_school_search',
'vocational_school_search',
'vocational_school_search' => 18,
'high_school_search' => 20,
'group_news' => 21,
],
'field_lower_content' => [
'after_school_activity_search',
'daycare_search',
'group_news',
'high_school_search',
'playground_search',
'vocational_school_search',
'vocational_school_search' => 18,
'after_school_activity_search' => 19,
'playground_search' => 21,
'high_school_search' => 22,
'daycare_search' => 23,
'group_news' => 24,
],
],
'landing_page' => [
'field_content' => [
'after_school_activity_search',
'daycare_search',
'group_news',
'group_news_archive',
'high_school_search',
'playground_search',
'school_search',
'vocational_school_search',
'vocational_school_search' => 18,
'after_school_activity_search' => 19,
'playground_search' => 20,
'high_school_search' => 21,
'school_search' => 22,
'daycare_search' => 23,
'group_news' => 24,
'group_news_archive' => 25,
],
],
],
Expand Down

0 comments on commit 3058b3b

Please sign in to comment.