Skip to content

Commit

Permalink
UHF-8975: Added weight for the content liftup paragraph and a comment…
Browse files Browse the repository at this point in the history
… to remove it once the paragraph will be removed.
  • Loading branch information
khalima committed Jan 17, 2024
1 parent 7c3f74d commit a4b4018
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/modules/custom/helfi_etusivu/helfi_etusivu.module
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,12 @@ function helfi_etusivu_cron() : void {
* Implements hook_helfi_paragraph_types().
*/
function helfi_etusivu_helfi_paragraph_types() : array {
// @todo UHF-9511 Remove the content liftup paragraph type.
$entities = [
'node' => [
'landing_page' => [
'field_content' => [
'content_liftup' => 11,
'current' => 15,
'front_page_top_news' => 16,
'front_page_latest_news' => 17,
Expand Down

0 comments on commit a4b4018

Please sign in to comment.