[TYPO3-ttnews] Re: SOLVED: Re: tx_news: Remove FlexForm-Items via TCEFORM

Georg Tiefenbrunn georg.tiefenbrunn at gmail.com
Mon Nov 28 11:05:10 CET 2016


Yes, old threat indeed, but still a topic :)

> The fields in the second tab won't go away with this:
> TCEFORM.tt_content.pi_flexform.news_pi1.sDEF.settings\.detailPid.disabled = 1

Field `settings.detailPid` is not in `sDEF`, but in sheet `additional`. Use something like the following to hide fields in flexform tabs other than sDEF:

TCEFORM.tt_content.pi_flexform.news_pi1.additional.settings\.detailPid.disabled = 1
TCEFORM.tt_content.pi_flexform.news_pi1.template.settings\.media\.maxWidth.disabled = 1


More information about the TYPO3-project-tt-news mailing list