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,41 @@
.. include:: /Includes.rst.txt
.. _deprecation-107057-1756471326:
============================================================
Deprecation: #107057 - Deprecate auto-render assets sections
============================================================
See :issue:`107057`
Description
===========
The auto-rendering of template sections `HeaderAssets` and
`FooterAssets` available in Fluid templates has been marked as deprecated
in TYPO3 v14.0 and will be removed in TYPO3 v15.0.
Impact
======
Using the deprecated sections will raise a deprecation-level log error and
will stop working in TYPO3 v15.0.
Affected installations
======================
TYPO3 installations using the sections `HeaderAssets` and
`FooterAssets` in Fluid templates.
Migration
=========
It is recommended to use the :php:`f:asset.script` or :php:`f:asset.css`
ViewHelpers from the TYPO3 Asset Collector API to render required assets.
In scenarios where the :fluid:`f:asset.script` or :fluid:`f:asset.css` ViewHelpers
are not suitable, users can use the :fluid:`f:page.headerData` or
:fluid:`f:page.footerData` ViewHelpers to render custom HTML header or footer
markup.
.. index:: Frontend, NotScanned, ext:frontend