[TYPO3-dam] Media types and file types

Georg Ringer news at ringerge.org
Mon May 26 13:25:18 CEST 2008


Hi Uschi,

sorry if I am completly wrong because I didn't get the idea but I did 
this in my rgmediaimages to modify the image_files

	// if DAM is used
if (t3lib_extMgm::isLoaded('dam') && 
t3lib_extMgm::isLoaded('dam_ttcontent')) {
	$GLOBALS['T3_VAR']['ext']['dam']['TCA']['image_field']['config']['allowed_types'].= 
',flv,swf,rtmp,mp3,rgg';
}

maybe it helps

Georg


More information about the TYPO3-project-dam mailing list