ds-site/Configuration/Services.yaml
2020-02-24 13:57:33 +01:00

18 lines
392 B
YAML

services:
_defaults:
autowire: true
autoconfigure: true
public: false
DanielSiepmann\DsSite\:
resource: '../Classes/*'
# Widgets
DanielSiepmann\DsSite\Dashboard\Widgets\OwnRssFeed:
class: DanielSiepmann\DsSite\Dashboard\Widgets\OwnRssFeed
arguments: ['ownRss']
tags:
- name: dashboard.widget
identifier: ownRss
widgetGroups: 'own'