Skip to content
Snippets Groups Projects
Commit c06cb9d8 authored by Charles Krüger's avatar Charles Krüger Committed by Oliver Bartsch
Browse files

[DOCS] Fix typos in EXT:dashboard widget documentation

A few minor spelling mistakes and uppercase notation
is changed with this patch.

Releases: main, 12.4, 11.5
Resolves: #103993
Change-Id: Ie71257dcd94e008bff2fd29ca6152152019eedae
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84519


Reviewed-by: default avatarGarvin Hicking <gh@faktor-e.de>
Tested-by: default avatarGarvin Hicking <gh@faktor-e.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
parent bf962d48
No related merge requests found
......@@ -11,14 +11,14 @@ Therefore it is possible to override widgets.
In order to override, the extension which should override has to be loaded after the extension that registered the widget.
Concrete options depend on the widget to configure.
Each widget should provide an documentation covering all possible options and their meaning.
For delivered widgets by ext:dashboard see :ref:`widgets`.
Each widget should provide documentation covering all possible options and their meaning.
For delivered widgets by EXT:dashboard see :ref:`widgets`.
In case an widget defined by ext:dashboard should be adjusted,
the extension has to define a dependency to ext:dashboard.
In case a widget defined by EXT:dashboard should be adjusted,
the extension has to define a dependency to EXT:dashboard.
Afterwards the widget can be registered again, with different options. See
:ref:`register-new-widget` to get an in depth example of how to register an widget.
:ref:`register-new-widget` to get an in depth example of how to register a widget.
Why not adjust specific settings?
---------------------------------
......@@ -26,4 +26,4 @@ Why not adjust specific settings?
There is no documented way to adjust specific settings,
as this would result in a situation where multiple extensions are loaded in different order
changing settings of widgets.
That would lead to an complex system.
That would lead to a complex system.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment