ds-site/Configuration/Services.yaml

19 lines
392 B
YAML
Raw Normal View History

2020-02-23 22:02:22 +01:00
services:
_defaults:
autowire: true
autoconfigure: true
public: false
DanielSiepmann\DsSite\:
resource: '../Classes/*'
2020-02-24 13:57:33 +01:00
# Widgets
2020-02-23 22:02:22 +01:00
DanielSiepmann\DsSite\Dashboard\Widgets\OwnRssFeed:
class: DanielSiepmann\DsSite\Dashboard\Widgets\OwnRssFeed
arguments: ['ownRss']
tags:
- name: dashboard.widget
identifier: ownRss
widgetGroups: 'own'