0
'main_photos' => array(
'exclude' => 0,
'label' => 'LLL:EXT:my_ext.main_photos',
'config' => array(
'type' => 'group',
'internal_type' => 'file',
'uploadfolder' => 'uploads/LLL:EXT:my_ext',
'show_thumbs' => 1,
'size' => 5,
'allowed' => $GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext'],
'disallowed' => '',
'minitems' => 0,
'maxitems' => 10,
),
),
Ich habe mehrere Bilder loader. Ich möchte eines dieser Fotos als wichtig markieren, zum Beispiel in Nachrichten. Wie kann ich es tun?Typo3 TCA Markierung thumb photo