From 686f78d10b26bde9262aef02b37eb8cebe3d2dc1 Mon Sep 17 00:00:00 2001
From: enured <enis.nuredini@uzh.ch>
Date: Mon, 10 Jul 2023 20:02:44 +0200
Subject: [PATCH] F16589: Implemented language configuration in backend for
 tt-content type qfq. refs#16589

---
 extension/Configuration/TCA/tt_content.php | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/extension/Configuration/TCA/tt_content.php b/extension/Configuration/TCA/tt_content.php
index 739285e6d..269203ff7 100644
--- a/extension/Configuration/TCA/tt_content.php
+++ b/extension/Configuration/TCA/tt_content.php
@@ -35,7 +35,9 @@ if (is_array($GLOBALS['TCA']['tt_content']['types'])) {
           --palette--;;layoutpalette1,
           --palette--;;layoutpalette2,
           --palette--;;spacearound,
-          linkToTop, section_frame, sectionIndex',
+          linkToTop, section_frame, sectionIndex,
+        --div--;Language,
+          sys_language_uid, l18n_parent, l18n_diffsource',
         'columnsOverrides' => [
             'bodytext' => [
                 'config' => [
-- 
GitLab