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,35 @@
.. include:: /Includes.rst.txt
.. _breaking-72416:
=========================================================
Breaking: #72416 - Remove EXT:t3skin/stylesheets/sprites/
=========================================================
See :issue:`72416`
Description
===========
The sprites and related icons from EXT:t3skin/stylesheets/sprites/ have been removed.
Impact
======
References to the sprites or images of EXT:t3skin/ will throw a 404 not found.
Affected Installations
======================
Installations or extensions which have references to icons in EXT:t3skin/images/icons/* or EXT:t3skin/stylesheets/sprites/.
Migration
=========
No migration, remove all references and use the IconFactory for all icon related stuff.
.. index:: PHP-API, Backend, Frontend, ext:t3skin