From 931cef2f9de1c08f939c35b3b94b0fd7d47c41f6 Mon Sep 17 00:00:00 2001 From: jagodzinski Date: Thu, 25 Jan 2018 09:25:11 +0100 Subject: [PATCH] Update tt_content to use default typo3 palettes By using the palette visibility instead of appearanceLinks the fields sectionIndex and linkToTop are only visible in the backend if css_styled_content or forms is installed. --- Configuration/TCA/Overrides/tt_content.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Configuration/TCA/Overrides/tt_content.php b/Configuration/TCA/Overrides/tt_content.php index 74ddbd7..b2957ce 100644 --- a/Configuration/TCA/Overrides/tt_content.php +++ b/Configuration/TCA/Overrides/tt_content.php @@ -117,8 +117,9 @@ --div--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:tabs.appearance, ' . $frames . ', media, + --palette--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:palette.appearanceLinks;appearanceLinks, --div--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:tabs.access, - --palette--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:palette.visibility;visibility, + hidden;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:field.default.hidden, --palette--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:palette.access;access, --div--;LLL:EXT:lang/locallang_tca.xlf:sys_category.tabs.category, categories