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-86323:
=========================================================================
Deprecation: #86323 - Configuration key "site" in YAML site configuration
=========================================================================
See :issue:`86323`
Description
===========
The site configuration is a file called :file:`config` in a folder called :file:`sites` and does not need a ``site`` key
to identify its purpose. To keep writing the config as easy as possible, the site configuration moved one level up and
now resides directly in :file:`config.yaml`.
Impact
======
Having the site configuration below the key "site" has been marked as deprecated and will trigger a PHP :php:`E_USER_DEPRECATED` error.
Affected Installations
======================
Installations with a site config that have a key "site" are affected.
Migration
=========
Remove the "site" key and first level indentation either by directly editing the YAML file or by saving via the sites module.
.. index:: Backend, NotScanned, ext:core