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
.. _breaking-69161:
======================================================================
Breaking: #69161 - Removed includeCsh setting from ContainerViewHelper
======================================================================
See :issue:`69161`
Description
===========
Include CSH setting in `<f:be.container>` is not needed anymore and has therefore been removed.
The JavaScript will be loaded automatically when ext:cshmanual is enabled.
Impact
======
Using `<f:be.container>` view helpers in a custom Backend module, setting the includeCsh property, will result in a fatal error.
Affected Installations
======================
Extensions that use `<f:be.container>` which set the setting `includeCsh`
Migration
=========
Remove the property from the template. When ext:cshmanual is enabled the JavaScript is loaded automatically.
.. index:: Fluid, Backend