TYPO3 CMS  TYPO3_6-2
extTables.php
Go to the documentation of this file.
1 <?php
17 // Show copied pages records in frontend request
18 $GLOBALS['TCA']['pages']['ctrl']['hideAtCopy'] = FALSE;
19 // Show copied tt_content records in frontend request
20 $GLOBALS['TCA']['tt_content']['ctrl']['hideAtCopy'] = FALSE;
21 // Prepend label for copied sys_category records
22 $GLOBALS['TCA']['sys_category']['ctrl']['prependAtCopy'] = 'LLL:EXT:lang/locallang_general.xlf:LGL.prependAtCopy';
23 // Prepend label for localized sys_category records
24 $GLOBALS['TCA']['sys_category']['columns']['title']['l10n_mode'] = 'prefixLangTitle';
25 
26 ?>
$GLOBALS['TCA']['pages']['ctrl']['hideAtCopy']
Definition: extTables.php:18