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,34 @@
.. include:: /Includes.rst.txt
.. _deprecation-78279:
=========================================================================
Deprecation: #78279 - Deprecate top.TYPO3.Backend.ContentContainer.iframe
=========================================================================
See :issue:`78279`
Description
===========
The property :js:`top.TYPO3.Backend.ContentContainer.iframe` has been marked as deprecated.
Impact
======
Using this property will stop working in TYPO3 v9.
Affected Installations
======================
All installations using :js:`top.TYPO3.Backend.ContentContainer.iframe`.
Migration
=========
Use accessor method :js:`top.TYPO3.Backend.ContentContainer.get()` instead.
.. index:: Backend, JavaScript