30 lines
759 B
YAML
30 lines
759 B
YAML
imports:
|
|
- {resource: Services/Tracking.yaml}
|
|
|
|
services:
|
|
_defaults:
|
|
autowire: true
|
|
autoconfigure: true
|
|
public: false
|
|
|
|
DanielSiepmann\DsSite\:
|
|
resource: '../Classes/*'
|
|
|
|
# Widgets
|
|
dashboard.widget.site_ownrss:
|
|
class: 'TYPO3\CMS\Dashboard\Widgets\RssWidget'
|
|
arguments:
|
|
$view: '@dashboard.views.widget'
|
|
$cache: '@cache.dashboard.rss'
|
|
$options:
|
|
feedUrl: 'https://daniel-siepmann.de/feed/rssFeedAllBlogPosts/sitemap.xml'
|
|
limit: 3
|
|
tags:
|
|
- name: dashboard.widget
|
|
identifier: 'ownRss'
|
|
groupNames: 'typo3'
|
|
title: 'Own RSS Feed'
|
|
description: 'RSS Feed of Blog Posts'
|
|
iconIdentifier: 'content-widget-rss'
|
|
height: 'medium'
|
|
width: 'small'
|