TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,48 @@
.. include:: /Includes.rst.txt
.. _breaking-69291:
===============================================================
Breaking: #69291 - Changed registration of backend module icons
===============================================================
See :issue:`69291`
Description
===========
The sprite icon support for backend modules introduced with CMS 7.3 has been adjusted again. The configuration has been streamlined.
Impact
======
The specified icon will not be recognized.
Affected Installations
======================
Any installation running TYPO3 CMS 7.3+ having third party extensions which use sprite icons for backend modules.
Migration
=========
Change the configuration from
.. code-block:: php
'configuration' => array(
'icon' => 'module-web',
),
to
.. code-block:: php
'iconIdentifier' => 'module-web',
.. index:: PHP-API, Backend