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,27 @@
.. include:: /Includes.rst.txt
.. _feature-74109:
========================================================================
Feature: #74109 - Set the alternative Backend Logo via Extension Manager
========================================================================
See :issue:`74109`
Description
===========
The Backend Logo in the upper left corner can now be configured in the Extension Configuration of EXT:backend
within the Extension Manager. A relative path to the TYPO3 installation ("PATH_site"), e.g. "fileadmin/myfile.jpg"
or a path to an extension, e.g. "EXT:my_theme/Resources/Public/Icons/Logo.png" can be configured there.
The configuration option within the Backend extension (EXT:backend) is called `backendLogo`.
Impact
======
The previously available `$GLOBALS[TBE_STYLES][logo]` option has no effect anymore.
.. index:: Backend