From 28955ff8f2cc8f7e5fb99541fecca7b085c58c33 Mon Sep 17 00:00:00 2001 From: Boris Schauer Date: Wed, 20 Sep 2017 15:28:42 +0200 Subject: [PATCH] The TCA setting 'localizationMode' is deprecated and should be removed from TCA --- lib/irre/tt_content_ctype.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/irre/tt_content_ctype.php b/lib/irre/tt_content_ctype.php index 3e2e50f..3b39c94 100644 --- a/lib/irre/tt_content_ctype.php +++ b/lib/irre/tt_content_ctype.php @@ -28,7 +28,6 @@ ), ), 'behaviour' => array( - 'localizationMode' => 'select', 'mode' => 'select', 'localizeChildrenAtParentLocalization' => true, ),