From 0bf69a3a8eb4de6d69c86a64cf756243304d05f7 Mon Sep 17 00:00:00 2001
From: Georg Ringer <georg.ringer@gmail.com>
Date: Tue, 14 Jul 2015 10:38:56 +0200
Subject: [PATCH] [BUGFIX] Remove duplicated field "layout" for content element
 "table"

The field "layout" is shown twice for the content element "table".
Remove the one in the tab "Table".

Change-Id: I092c0f273a75af0e5b6fb8847bbb085d851318e8
Resolves: #68104
Releases: master
Reviewed-on: http://review.typo3.org/41167
Reviewed-by: Frans Saris <franssaris@gmail.com>
Tested-by: Frans Saris <franssaris@gmail.com>
Reviewed-by: Stefan Neufeind <typo3.neufeind@speedpartner.de>
Tested-by: Stefan Neufeind <typo3.neufeind@speedpartner.de>
---
 .../Configuration/TCA/Overrides/tt_content.php                  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typo3/sysext/css_styled_content/Configuration/TCA/Overrides/tt_content.php b/typo3/sysext/css_styled_content/Configuration/TCA/Overrides/tt_content.php
index 0ea2da636f22..315e2c38e9c1 100644
--- a/typo3/sysext/css_styled_content/Configuration/TCA/Overrides/tt_content.php
+++ b/typo3/sysext/css_styled_content/Configuration/TCA/Overrides/tt_content.php
@@ -581,7 +581,7 @@ $GLOBALS['TCA']['tt_content']['types']['table']['showitem'] = '
 		--palette--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:palette.general;general,
 		--palette--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:palette.header;header,
 	--div--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:CType.I.5,
-		layout, --palette--;;10,
+		--palette--;;10,
 		cols,
 		bodytext,
 		pi_flexform,
-- 
GitLab