Skip to content

Commit 88a0b28

Browse files
linawolfAlagts
andauthored
[!!!][TASK] Remove support for instantiating IconRegistry in ext_loca… (#5038)
* [!!!][TASK] Remove support for instantiating IconRegistry in ext_localconf.php Resolves: TYPO3-Documentation/Changelog-To-Doc#1122 Releases: main * Apply suggestions from code review Co-authored-by: Sandra Erbel <Alagts@users.noreply.github.com> --------- Co-authored-by: Sandra Erbel <Alagts@users.noreply.github.com>
1 parent 4b04c38 commit 88a0b28

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Documentation/ApiOverview/Icon/Index.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,13 @@ To register icons for your own extension, create a file called
2424
:file:`Configuration/Icons.php` in your extension - for example:
2525
:file:`EXT:my_extension/Configuration/Icons.php`.
2626

27-
.. note::
28-
In versions below TYPO3 v11.4 the configuration was done in the
27+
.. versionchanged:: 14.0
28+
It is not possible anymore to register icons in the
2929
:file:`ext_localconf.php` file.
3030

31-
It :ref:`migrates the icon registration <icon_migration>` to
31+
:ref:`Migrate the icon registration <icon_migration>` to
3232
new format. There is also a Rector rule.
3333

34-
3534
The file needs to return a PHP configuration array with the following keys:
3635

3736
.. literalinclude:: _Icons.php

0 commit comments

Comments
 (0)