Add tracking widgets

This commit is contained in:
Daniel Siepmann 2020-02-23 22:41:41 +01:00
parent e068d0cc9f
commit c57fae3723

View file

@ -32,4 +32,5 @@ class OwnRssFeed extends AbstractRssWidget
protected $iconIdentifier = 'content-widget-rss'; protected $iconIdentifier = 'content-widget-rss';
protected $moreItemsLink = 'https://daniel-siepmann.de/'; protected $moreItemsLink = 'https://daniel-siepmann.de/';
protected $moreItemsText = 'Open Blog'; protected $moreItemsText = 'Open Blog';
protected $width = 2;
} }