[TYPO3-english] Hide tabs on certain page type
Steffen Gebert
steffen at steffen-gebert.de
Tue Jan 19 16:51:07 CET 2010
Am 19.01.2010, 16:45 Uhr, schrieb Maria van der Laan <mavala at lycos.nl>:
> Am 19.01.2010, 10:56 Uhr, schrieb Sebastian Gebhard
> <sebastian.gebhard at gmail.com>:
>
>> You can disable certain fields of any table with pageTS (page
>> properties -> field "TSconfig").
>> Syntax is:
>> TCEFORM.*table*.*field*.disabled = 1
>>
>> So when you want to disable the Metadata Tab you need to disable all of
>> the fields which are in this tab:
>>
>> TCEFORM.pages{
>> author.disabled = 1
>> author_email.disabled = 1
>> abstract.disabled = 1
>> keywords.disabled = 1
>> description.disabled = 1
>> }
>>
>
> Isn't it possible to define the shown rtabs in User or usergroup TS
> config?
> Any suggestion?
You can set the values also in UserTS, yes.
Steffen
More information about the TYPO3-english
mailing list