Skip to content

Commit

Permalink
Adding template
Browse files Browse the repository at this point in the history
  • Loading branch information
bobdenotter committed Aug 3, 2019
1 parent 3b938ce commit d04b8f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NewsWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class NewsWidget extends BaseWidget implements TwigAware, RequestAware, CacheAwa
protected $name = 'News Widget';
protected $target = AdditionalTarget::WIDGET_BACK_DASHBOARD_ASIDE_TOP;
protected $priority = 150;
protected $template = '@bolt/widgets/news.twig';
protected $template = '@news-widget/news.html.twig';
protected $zone = RequestZone::BACKEND;
protected $cacheDuration = 3600;

Expand Down
Empty file added templates/news.html.twig
Empty file.

0 comments on commit d04b8f0

Please sign in to comment.