Skip to content
Snippets Groups Projects
Commit d3051f8d authored by Torben Hansen's avatar Torben Hansen Committed by Andreas Nedbal
Browse files

[BUGFIX] Ensure CKEditor ui language is always set


If the CKEditor configuration has a language configuration, but does not
define the `ui` language setting, no fallback language is added to the
editor configuration and an undefined array key exception is thrown.

This change ensures, that the `ui` language is properly set when
the editor configuration has a language configuration and the
`ui` language is missing.

Resolves: #101401
Releases: main, 12.4
Signed-off-by: default avatarTorben Hansen <derhansen@gmail.com>
Change-Id: Id8bc03fd832413cf6ed1f9c5d443fa9f3387811c
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/80575


Tested-by: default avatarAndreas Nedbal <andy@pixelde.su>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarAndreas Nedbal <andy@pixelde.su>
parent 4d273911
Branches
Tags
No related merge requests found
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