From cc265b69c6f07745185c5b70dd84092afa502c68 Mon Sep 17 00:00:00 2001 From: Philipp Kuhlmay <typo3@treupo.de> Date: Thu, 5 Sep 2024 10:48:47 +0200 Subject: [PATCH] [DOCS] Fix indentation for widgets example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The WidgetRegistration.rst had a wrong indentation inside the example. Resolves: #104829 Releases: main Change-Id: Ia4e4e02bba65d036363dfea3fb391c16b1fd1749 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/85896 Tested-by: Chris Müller <typo3@brotkrueml.dev> Tested-by: Garvin Hicking <gh@faktor-e.de> Tested-by: core-ci <typo3@b13.com> Reviewed-by: Chris Müller <typo3@brotkrueml.dev> Reviewed-by: Garvin Hicking <gh@faktor-e.de> --- .../Documentation/Configuration/WidgetRegistration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typo3/sysext/dashboard/Documentation/Configuration/WidgetRegistration.rst b/typo3/sysext/dashboard/Documentation/Configuration/WidgetRegistration.rst index 6287e0a86224..9d4599075e5d 100644 --- a/typo3/sysext/dashboard/Documentation/Configuration/WidgetRegistration.rst +++ b/typo3/sysext/dashboard/Documentation/Configuration/WidgetRegistration.rst @@ -57,7 +57,7 @@ the following service registration can be used: arguments: $buttonProvider: '@dashboard.buttons.t3news' $options: - feedUrl: 'https://www.typo3.org/rss' + feedUrl: 'https://www.typo3.org/rss' tags: - name: dashboard.widget identifier: 't3news' -- GitLab