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,36 @@
.. include:: /Includes.rst.txt
.. _deprecation-80579:
================================================================
Deprecation: #80579 - Modal.center has been marked as deprecated
================================================================
See :issue:`80579`
Description
===========
The method :js:`Modal.center` has been marked as deprecated. Alignment is now
handled via CSS and this method is now obsolete.
Impact
======
Calling :js:`Modal.center` will trigger a console warning in the browser.
Affected Installations
======================
All 3rd party extensions using :js:`Modal.center` are affected.
Migration
=========
Remove obsolete calls to :js:`Modal.center()`.
.. index:: JavaScript, Backend