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,40 @@
.. include:: /Includes.rst.txt
.. _breaking-69795:
==================================================
Breaking: #69795 - Unused DTM Tabmenu code removed
==================================================
See :issue:`69795`
Description
===========
All DynTabMenu JavaScript and CSS code which was previously used to render Tab
Menus in the TYPO3 Backend has been removed without substitution.
Impact
======
All logic that requires EXT:backend/Resources/Public/JavaScript/tabmenu.js
directly and/or use the JavaScript code of `DTM_activate()` or `DTM_toggle()`
directly have been removed.
Affected Installations
======================
TYPO3 Installations with custom extensions that use the logic mentioned above.
Migration
=========
Use ModuleTemplate::getDynamicTabMenu() directly to use the Bootstrap-based API
shipped with the TYPO3 Core.
.. index:: PHP-API, JavaScript, Backend