Skip to content

Commit

Permalink
Added missing notifications view helper to bootstrap5.
Browse files Browse the repository at this point in the history
  • Loading branch information
jschultze committed Nov 20, 2024
1 parent e75ae07 commit b1c57b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions themes/bootstrap5/theme.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
'VuFind\View\Helper\Bootstrap5\Highlight' => 'Laminas\ServiceManager\Factory\InvokableFactory',
'VuFind\View\Helper\Bootstrap5\LayoutClass' => 'VuFind\View\Helper\Bootstrap5\LayoutClassFactory',
'VuFind\View\Helper\Bootstrap5\Search' => 'Laminas\ServiceManager\Factory\InvokableFactory',
'VuFind\View\Helper\Notifications\Notifications' => 'VuFind\View\Helper\Notifications\NotificationsFactory',
],
'aliases' => [
'bulkAction' => 'VuFind\View\Helper\Bootstrap5\BulkAction',
Expand All @@ -115,6 +116,7 @@
'highlight' => 'VuFind\View\Helper\Bootstrap5\Highlight',
'layoutClass' => 'VuFind\View\Helper\Bootstrap5\LayoutClass',
'search' => 'VuFind\View\Helper\Bootstrap5\Search',
'notifications' => 'VuFind\View\Helper\Notifications\Notifications',
],
],
'icons' => [
Expand Down

0 comments on commit b1c57b2

Please sign in to comment.