diff --git a/typo3/sysext/core/Documentation/Changelog/master/Feature-90333-Dashboard.rst b/typo3/sysext/core/Documentation/Changelog/master/Feature-90333-Dashboard.rst index 7e289baf80363c5652e7455e0d303a27a995dd87..eabde7ccf127b0d1442900837e0a746de351cb56 100644 --- a/typo3/sysext/core/Documentation/Changelog/master/Feature-90333-Dashboard.rst +++ b/typo3/sysext/core/Documentation/Changelog/master/Feature-90333-Dashboard.rst @@ -60,6 +60,7 @@ Tag you widget in :file:`EXT:your_extension/Configuration/Services.yaml`: # Variant 1, widget identifier as attribute Vendor\Extension\Widgets\MyFirstWidget: + arguments: ['widget-identifier-1'] tags: - name: dashboard.widget identifier: widget-identifier-1 @@ -69,6 +70,7 @@ Tag you widget in :file:`EXT:your_extension/Configuration/Services.yaml`: # to share the same class widget.identifier: class: Vendor\Extension\Widgets\MySecondWidget + arguments: ['widget-identifier-1'] tags: - name: dashboard.widget # If ommited, the identifier would be the service name, thus 'widget.identifier'