From 8d47e6f036a748d2445ab91518a016add11e193e Mon Sep 17 00:00:00 2001 From: Dave Long <dave@longwaveconsulting.com> Date: Sat, 25 Nov 2023 11:17:14 +0000 Subject: [PATCH] Issue #3401802 by BramDriesen, lauriii, smustgrave, xjm, markconroy: Add Announcements Feed to the Umami profile --- core/profiles/demo_umami/demo_umami.info.yml | 1 + core/profiles/demo_umami/demo_umami.profile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/core/profiles/demo_umami/demo_umami.info.yml b/core/profiles/demo_umami/demo_umami.info.yml index 89f863065483..731ebf1b85b9 100644 --- a/core/profiles/demo_umami/demo_umami.info.yml +++ b/core/profiles/demo_umami/demo_umami.info.yml @@ -45,6 +45,7 @@ install: - locale - config_translation - content_translation + - announcements_feed themes: - claro - umami diff --git a/core/profiles/demo_umami/demo_umami.profile b/core/profiles/demo_umami/demo_umami.profile index e1f880595f93..d98eb5245511 100644 --- a/core/profiles/demo_umami/demo_umami.profile +++ b/core/profiles/demo_umami/demo_umami.profile @@ -55,7 +55,7 @@ function demo_umami_toolbar() { // @todo This can be removed once a generic warning for experimental profiles // has been introduced. https://www.drupal.org/project/drupal/issues/2934374 $items['experimental-profile-warning'] = [ - '#weight' => 999, + '#weight' => 3400, '#cache' => [ 'contexts' => ['route'], ], -- GitLab