[TYPO3-dev] 4.5: Backend layout selector

Simon Schaufelberger (Schaufi) schaufelREMOVE-MEberger at punkt.de
Tue Oct 16 12:31:30 CEST 2012


I have a related problem to this one. I HAVE set icons to the items in
the dropdown. They worked with TYPO3 4.4 but in TYPO3 4.5 i get the red
"error icons". WHY?

see attached screenshot.

this is my TCA in typo3conf/extTables.php:

t3lib_div::loadTCA('pages');

$GLOBALS['TCA']['pages']['columns']['layout']['config']['items'] = array(
	array('Label 1', 0, '../../fileadmin/icon_pages_layout_3col.png'),
	array('Label 2', 1, '../../fileadmin/icon_pages_layout_2col.png'),
);

-- 
Kind regards,

Schaufi from punkt.de


More information about the TYPO3-dev mailing list