[TYPO3-english] Hide tabs on certain page type
Sebastian Gebhard
sebastian.gebhard at gmail.com
Tue Jan 19 10:56:30 CET 2010
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
}
HTH
Sebastian
More information about the TYPO3-english
mailing list