[TYPO3-english] Re: Why backend list module view Page Backend Layouts uid, not title?

Robert Gonda robert.gonda at gmail.com
Wed Mar 16 07:59:17 CET 2016


TCA definition is correct (Typo3 7.6.4) -  'label' => 'title',
file typo3\sysext\frontend\Configuration\TCA\backend_layout.php:

return array(
    'ctrl' => array(
        'title' => 'LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:backend_layout',
        'label' => 'title',
        'descriptionColumn' => 'description',
        ...
    ),
    'interface' => array(
        'showRecordFieldList' => 'title,config,description,hidden,icon'
    ),
);

But it does not work :(


More information about the TYPO3-english mailing list