diff --git a/core/profiles/demo_umami/demo_umami.info.yml b/core/profiles/demo_umami/demo_umami.info.yml index 89f863065483f5613a9196371a85816edc84bfd0..731ebf1b85b99de38fd59c9dbe5855e4b296bb70 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 e1f880595f931921cd13015e7b584f2ecfc48666..d98eb524551196527a1260959bc1d096e3b9e025 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'], ],