Skip to content
Snippets Groups Projects
Commit cb49b7b5 authored by Andreas Fernandez's avatar Andreas Fernandez Committed by Nikita Hovratov
Browse files

[FEATURE] Allow icon deprecation in extensions

Until now, icon deprecation wasn't possible for extensions as the
deprecation handling is internal to the IconRegistry. A new option
`deprecated` is introduced that may contain the following data:

* `since` - since when is the icon deprecated
* `until` - when will the icon be removed
* `replacement` - if given, an alternative icon is offered

Resolves: #98130
Releases: main
Change-Id: Ie95875a1d3b7de444acbd3b30e7b399b4b4f7563
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75425


Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarNikita Hovratov <nikita.h@live.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarNikita Hovratov <nikita.h@live.de>
parent 114838d4
Branches
Tags
No related merge requests found
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