Skip to content
Snippets Groups Projects
Commit febd2ae0 authored by Benni Mack's avatar Benni Mack Committed by Georg Ringer
Browse files

[BUGFIX] Harmonize site configurations "flag" setting

In the site configuration, the value is called "flag",
whereas in TypoScript or in the SiteLanguage object,
it is called "flagIdentifier" which is longer, but
technically more correct.

This change now also allows to use
page.10 = TEXT
page.10.data = siteLanguage:flag

instead of

page.10 = TEXT
page.10.data = siteLanguage:flagIdentifier

to avoid confusion for integrators.

Resolves: #94347
Releases: main, 11.5
Change-Id: Ie15614bd7ec7d7461fbecc4cc791314bda2c236f
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78641


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent 4a72d52f
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment