Skip to content
Snippets Groups Projects
Commit a7477106 authored by Michael Schams's avatar Michael Schams Committed by Richard Haeser
Browse files

[BUGFIX] Update misleading Changelog documentation

This patch updates the Changelog documentation and suggests to use one
of the keywords "small", "medium", or "large" (instead of numeric
values) when registering dashboard widgets.

Resolves: #91041
Releases: master
Change-Id: I9b1ac49d8586ab058cd7278eadaba42df4fc05fe
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64179


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarJosef Glatz <josefglatz@gmail.com>
Tested-by: default avatarRichard Haeser <richard@maxserv.com>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarJosef Glatz <josefglatz@gmail.com>
Reviewed-by: default avatarRichard Haeser <richard@maxserv.com>
parent 4abd7bee
No related merge requests found
......@@ -84,8 +84,8 @@ a little bit.
title: 'LLL:EXT:extension/Resources/Private/Language/locallang.xlf:widgets.myOwnRSSWidget.title'
description: 'LLL:EXT:extension/Resources/Private/Language/locallang.xlf:widgets.myOwnRSSWidget.description'
iconIdentifier: 'content-widget-rss'
height: 4
width: 4
height: 'medium'
width: 'medium'
It starts with the name of the service. Best practise is to use a dot-styled
name as there will be now class with that name. On the second line, we define
......@@ -103,6 +103,9 @@ You can still use translatable strings like
Important to remember is that the :yaml:`widgetGroups`` property changed to :yaml:`groupNames`
to stay consistent with other service registrations.
Please note that valid values for height and width are now: `small`, `medium`,
and `large`.
In the following table you can see which WidgetType to use now based on the
abstract you used previously.
......
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