diff --git a/typo3/sysext/dashboard/Configuration/Services.yaml b/typo3/sysext/dashboard/Configuration/Services.yaml
index c736f388e80a917843a274022e5405e2317157f9..078c690555c5ffbf48ecc88c637a410d185be11a 100644
--- a/typo3/sysext/dashboard/Configuration/Services.yaml
+++ b/typo3/sysext/dashboard/Configuration/Services.yaml
@@ -58,9 +58,9 @@ services:
         identifier: typeOfUsers
         widgetGroups: 'systemInfo'
 
-  t3news:
-    class: TYPO3\CMS\Dashboard\Widgets\T3NewsWidget
+  TYPO3\CMS\Dashboard\Widgets\T3NewsWidget:
     arguments: ['t3news']
     tags:
       - name: dashboard.widget
+        identifier: t3news
         widgetGroups: 'typo3'