Skip to content

Commit

Permalink
Added example AdBanner config
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Nov 8, 2019
1 parent b1a3380 commit 4276b6c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/web.php
Expand Up @@ -125,6 +125,12 @@
\hiqdev\thememanager\menus\AbstractSidebarMenu::class => [
'class' => \hipanel\menus\SidebarMenu::class,
],
\hipanel\widgets\AdBanner::class => [
'items' => $params['ad-banner.dashboard.items'],
],
\hipanel\widgets\SidebarAdBanner::class => [
'items' => $params['ad-banner.sidebar.items'],
],
],
'singletons' => [
\hipanel\widgets\filePreview\FilePreviewFactoryInterface::class => \hipanel\widgets\filePreview\FilePreviewFactory::class,
Expand Down

0 comments on commit 4276b6c

Please sign in to comment.