[TYPO3-dev] TCA icons TYPO3 7.5

Bas van der Togt bas at profinit.com
Sat Oct 3 14:10:06 CEST 2015


Hello,

I just upgraded to TYPO3 7.5. Looks awesome!

But there are a lot of broken icons now in TCA. Is there a manual and an 
overview of all availabale icons?

For example the icon in this TCA element is broken:

'link' => array (
		'label' => 
'LLL:EXT:'.$_EXTKEY.'/Resources/Private/Language/Backend.xlf:field.link',
		'config' => array (
			'type' => 'input',
			'size' => '50',
			'max' => '256',
			'eval' => 'trim',
			'wizards' => array(
				'link' => array(
					'type' => 'popup',
					'title' => 'LLL:EXT:cms/locallang_ttc.xlf:header_link_formlabel',
					'icon' => 'edit.gif',
					'module' => array(
						'name' => 'wizard_element_browser',
						'urlParameters' => array(
							'mode' => 'wizard'
						)
					),
					'JSopenParams' => 
'height=300,width=500,status=0,menubar=0,scrollbars=1'
				)
			),
			'softref' => 'typolink'
		)
	),

Regards,
Bas



More information about the TYPO3-dev mailing list