We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5265dcc commit e0d9f72Copy full SHA for e0d9f72
1 file changed
Configuration/TCA/Overrides/tt_content.php
@@ -94,7 +94,7 @@
94
'showitem' => '--palette--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:palette.general;general,
95
layout,
96
--palette--;;linklabelconfig,
97
- --div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:language,' . $showItemParts[1]
+ --div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:language,' . ($showItemParts[1] ?? '')
98
];
99
} else {
100
$GLOBALS['TCA']['tt_content']['types']['cta'] = [
0 commit comments