[TYPO3-templavoila] Hide Templavoila Fields in Page Properties
Chivy Lim
limchivy at gmail.com
Thu Jul 19 10:42:55 CEST 2012
Hello all,
I got solution now. I add co <displayCond>false</displayCond> in the DS
xml in the fields.
eg.
<field_right_column type="array">
<tx_templavoila type="array">
<title>Right Column</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
]]>
</TypoScript>
<preview></preview>
<enableDragDrop type="integer">1</enableDragDrop>
</tx_templavoila>
<TCEforms type="array">
<label>Right Column</label>
<displayCond>false</displayCond>
<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>
</TCEforms>
</field_right_column>
Thanks,
Chivy
On 07/16/2012 12:35 PM, Chivy Lim wrote:
> Hello all,
>
> The tsConfig below is removed all fields of Templavoila DS field, But I
> would need remove some fields from page properties. Do you know how to
> config it?
>
> TCEFORM.pages {
> tx_templavoila_flex.disabled = 1
> }
>
> Thanks,
> Chivy
>
> On 07/09/2012 08:16 PM, Chivy Lim wrote:
>> Hello all,
>>
>> I have created the "Content" field as content object in DS, and I mapped
>> it for adding content. I would like to hide this field "Content" from
>> page properties, but it is still able to add the content in the page
>> layout (page module). Do you know how to hide it form page properties as
>> attached screedshot.
>>
>> Thanks,
>> Chivy
>>
>
More information about the TYPO3-project-templavoila
mailing list