ds-site/Configuration/Services.yaml

17 lines
379 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/*'
DanielSiepmann\DsSite\Dashboard\Widgets\OwnRssFeed:
class: DanielSiepmann\DsSite\Dashboard\Widgets\OwnRssFeed
arguments: ['ownRss']
tags:
- name: dashboard.widget
identifier: ownRss
widgetGroups: 'own'