Skip to content
Snippets Groups Projects
Commit 8f9a15d3 authored by Kevin Ditscheid's avatar Kevin Ditscheid
Browse files

[TASK] Add title and slug to titleDescriptionAndHighlightFlag palette

parent 48beaa80
No related branches found
No related tags found
2 merge requests!13Feature remove sg news ajax plugin,!8Feature upgrade to9 lts
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment