TYPO3 v15 dev-main snapshot ()
This commit is contained in:
+48
@@ -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
|
||||
Reference in New Issue
Block a user