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,37 @@
.. include:: /Includes.rst.txt
.. _deprecation-61605:
=============================================================================
Deprecation: #61605 - Change naming of TypoScript property page.includeJSlibs
=============================================================================
See :issue:`61605`
Description
===========
The existing TypoScript option `page.includeJSlibs` has been renamed
to `page.includeJSLibs` to follow the lower camel case naming scheme.
The existing property has been marked as deprecated.
Impact
======
The old property will be removed with CMS 8 and should be avoided if
it has been used before.
Affected Installations
======================
Any installation using the `page.includeJSlibs` option.
Migration
=========
Search and replace all TypoScript code of the installation from
`includeJSlibs` to `includeJSLibs`.
.. index:: TypoScript, Frontend