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,29 @@
.. include:: /Includes.rst.txt
.. _feature-96152:
========================================================================
Feature: #96152 - Backend Toolbar items overview in configuration module
========================================================================
See :issue:`96152`
Description
===========
With :issue:`96041`, the registration of backend toolbar items had been
improved. Instead of being registered via :php:`$GLOBALS`, all implementations
of :php:`TYPO3\CMS\Backend\Toolbar\ToolbarItemInterface` are now automatically
registered, while taking the defined :php:`index` into account.
To still allow administrators an overview of the registered toolbar items,
especially the final ordering, a corresponding list has been added to
the configuration module.
Impact
======
It's now possible for administrators to get an overview of all registered
toolbar items and the final ordering in the :guilabel:`Configuration` module.
.. index:: Backend, ext:lowlevel