Adjust size and number of rss widget
This commit is contained in:
parent
b8b1abe9d6
commit
be18134dcd
1 changed files with 3 additions and 2 deletions
|
@ -15,6 +15,7 @@ services:
|
||||||
$cache: '@cache.dashboard.rss'
|
$cache: '@cache.dashboard.rss'
|
||||||
$options:
|
$options:
|
||||||
feedUrl: 'https://daniel-siepmann.de/feed/rssFeedAllBlogPosts/sitemap.xml'
|
feedUrl: 'https://daniel-siepmann.de/feed/rssFeedAllBlogPosts/sitemap.xml'
|
||||||
|
limit: 3
|
||||||
tags:
|
tags:
|
||||||
- name: dashboard.widget
|
- name: dashboard.widget
|
||||||
identifier: 'ownRss'
|
identifier: 'ownRss'
|
||||||
|
@ -22,8 +23,8 @@ services:
|
||||||
title: 'Own RSS Feed'
|
title: 'Own RSS Feed'
|
||||||
description: 'RSS Feed of Blog Posts'
|
description: 'RSS Feed of Blog Posts'
|
||||||
iconIdentifier: 'content-widget-rss'
|
iconIdentifier: 'content-widget-rss'
|
||||||
height: 'large'
|
height: 'medium'
|
||||||
width: 'medium'
|
width: 'small'
|
||||||
|
|
||||||
DanielSiepmann\Tracking\Dashboard\Provider\PageviewsPerDay:
|
DanielSiepmann\Tracking\Dashboard\Provider\PageviewsPerDay:
|
||||||
arguments:
|
arguments:
|
||||||
|
|
Loading…
Reference in a new issue