[Typo3-dev] RFC: disabling TCA-feature prefixLangTitle via page TS
Martin Kutschker
Martin.Kutschker at n0spam-blackbox.net
Tue Oct 25 16:09:37 CEST 2005
Hi!
Some tables have a TCA entry like this:
TCA[table][columns][fieldname][l10n_mode] = prefixLangTitle
This is fine unless you disable this fields:
TCEFORM.<table>.<field>.disabled = 1
Now the fields get set, but cannot be edited.
I propose therefore this page TS setting to disable the prefix:
TCEMAIN.<table>.fields.<field>.disablePrefixLangTitle = 1
Any comments?
Masi
PS: IMHO prefixLangTitle is also broken for tt_content as there are
CTypes that have no bodytext. But I think this should be fixed in TCA
itself.
More information about the TYPO3-dev
mailing list