1.. include:: ../../Includes.txt
2
3=========================================================================
4Deprecation: #86323 - Configuration key "site" in YAML site configuration
5=========================================================================
6
7See :issue:`86323`
8
9Description
10===========
11
12The site configuration is a file called :file:`config` in a folder called :file:`sites` and does not need a ``site`` key
13to identify its purpose. To keep writing the config as easy as possible, the site configuration moved one level up and
14now resides directly in :file:`config.yaml`.
15
16
17Impact
18======
19
20Having the site configuration below the key "site" has been marked as deprecated and will trigger a PHP :php:`E_USER_DEPRECATED` error.
21
22
23Affected Installations
24======================
25
26Installations with a site config that have a key "site" are affected.
27
28
29Migration
30=========
31
32Remove the "site" key and first level indentation either by directly editing the YAML file or by saving via the sites module.
33
34.. index:: Backend, NotScanned, ext:core
35