From 8f9a15d3f12c2d11ae07b25291afa1d5ea0f4292 Mon Sep 17 00:00:00 2001 From: Kevin Ditscheid <kevin.ditscheid@sgalinski.de> Date: Mon, 14 Jan 2019 11:04:05 +0100 Subject: [PATCH] [TASK] Add title and slug to titleDescriptionAndHighlightFlag palette --- Configuration/TCA/Overrides/pages.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Configuration/TCA/Overrides/pages.php b/Configuration/TCA/Overrides/pages.php index e25c6a1..81adb3e 100644 --- a/Configuration/TCA/Overrides/pages.php +++ b/Configuration/TCA/Overrides/pages.php @@ -327,7 +327,9 @@ call_user_func( ); $GLOBALS['TCA'][$table]['palettes']['titleDescriptionAndHighlightFlag'] = [ - 'showitem' => 'subtitle;' . $localLangDbPath . $table . '.subtitle.inPalette, + 'showitem' => 'title, + --linebreak--, slug, + --linebreak--, subtitle;' . $localLangDbPath . $table . '.subtitle.inPalette, --linebreak--, description, --linebreak--, tx_realurl_pathsegment, tx_realurl_exclude, --linebreak--, tx_sgnews_highlighted, tx_sgnews_never_highlighted', -- GitLab