Verified Commit 8d47e6f0 authored by Dave Long's avatar Dave Long
Browse files

Issue #3401802 by BramDriesen, lauriii, smustgrave, xjm, markconroy: Add...

Issue #3401802 by BramDriesen, lauriii, smustgrave, xjm, markconroy: Add Announcements Feed to the Umami profile
parent db720e3e
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@ install:
  - locale
  - config_translation
  - content_translation
  - announcements_feed
themes:
  - claro
  - umami
+1 −1
Original line number Diff line number Diff line
@@ -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'],
    ],