[TYPO3-templavoila] Nulling TV content elements from TS

Vahan Amirbekyan vamirbekyan at dgfoundation.org
Tue Apr 22 20:49:54 CEST 2008


Dmitry, thank you.
below my TV mapping.
could you give me a hint on how to set mapping type to nothing?

			<top_content_col3 type="array">
				<tx_templavoila type="array">
					<title>Top content of #col3</title>
					<sample_data type="array">
						<numIndex index="0"></numIndex>
					</sample_data>
					<eType>ce</eType>
					<tags>div</tags>
					<TypoScript><![CDATA[
	10= RECORDS
	10.source.current=1
	10.tables = tt_content
	10.wrap = <!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->
                     ]]></TypoScript>
					<oldStyleColumnNumber type="integer">2</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>Top content of #col3</label>
				</TCEforms>
			</top_content_col3>

Dmitry Dulepov [typo3] wrote:
> Vahan Amirbekyan wrote:
>> My TV template has a few Content Elements.
>> How to null them from TS setup? similar to how it is done for TS 
>> elements that can be referred as
>> lib.ts_element >
> 
> You can unmap that column. Set mapping type to empty.
> 
>> I tried same for content elements but did not work.
>> please help if you know the answer.
> 


More information about the TYPO3-project-templavoila mailing list