[TYPO3-content-rendering] documentaion of new textpic options

Ernesto Baschny [cron IT] ernst at cron-it.de
Thu Apr 20 14:42:39 CEST 2006


Martin Ficzel schrieb am 20.04.2006 13:20:

> diving into the rendering i'm mostly wondering where the default
> behavior is coming from
> 
> - the field render method is not set per default

The renderMethod is set to "dl" by default, unless you are upgrading
from 3.8.1 (compatVersion < 4.0).

> - the rendering is not set per default
> - so reading the source i would expect to have the table mode active
> 
>> if (!$renderMethod || $renderMethod == 'table')	{
>> 	return $this->cObj->IMGTEXT($conf);
>> }
> 
> but it is rendering definition lists
> 
> how does that work and where can i find the default settings to learn from

If you are looking at the Object Browser, you need to tick the condition
[compatVersion] below to see the correct Typoscript.


Cheers,
Ernesto



More information about the TYPO3-project-content-rendering mailing list