[TYPO3-templavoila] render Content Elements inside of FCE differently

Brogle Pascal typo at brogle-vs.ch
Sat Sep 16 13:54:10 CEST 2006


Hi

Thank you for your help
I resolved my problem. It was rather an TS problem than a TV one :)
You have to use conf.tt_content instead of renderObj

Here is the solution:

<field_boxcontent type="array">
	<tx_templavoila type="array">
		<title></title>
		<sample_data type="array">
				<numIndex index="0"></numIndex>
		</sample_data>
		<eType>ce</eType>
		<TypoScript>
			<![CDATA[
				10= RECORDS
				10.source.current=1
				10.tables = tt_content
				10.conf.tt_content < tt_content
				10.conf.tt_content {
					header >
					textpic.10.10 >
					list.10 >
					text.10 >
					image.10 >
					bullets.10 >
					table.10 >
					menu.10 >			
				}
		 ]]>
		</TypoScript>
		<oldStyleColumnNumber type="integer">0</oldStyleColumnNumber>
	</tx_templavoila>
	<TCEforms type="array">
		<config type="array">
			<type>group</type>
			<internal_type>db</internal_type>
			<allowed>tt_content</allowed>
			<size>5</size>
			<maxitems>200</maxitems>
			<minitems>0</minitems>
			<multiple>1</multiple>
				<show_thumbs>1</show_thumbs>
		</config>
		<label></label>
	</TCEforms>
</field_boxcontent>



More information about the TYPO3-project-templavoila mailing list