[TYPO3-english] Showing just some defined fields of a translated record
Jan Kornblum
jan.kornblum at gmx.de
Fri Nov 21 12:05:44 CET 2014
Hi again,
> is it possible to make just some fields of a table "localizable" (or visible
> when translating the record from within the typo3 backend)?
>
> The original records as well as the tranlations are stored inside the same
> table (using t3_origuid, etc. There is no separate table like pages /
> pages_overlay for the records).
>
> And if, will extbase handle this and will the non-translated field be
> automatically inherited from the original record?
>
> For example:
>
> MyTable:
> - Title
> - isValid
> - isActive
> - isMarked
>
> MyTable (Translation):
> - Title
I think i can give the answer myself. According to the TCA reference,
it seems to be possible to define the appearence of each single field
for tranlated records using "l10n_mode":
http://docs.typo3.org/typo3cms/TCAReference/Reference/Columns/Index.html#l10n-mode
Kind regards, Jan
More information about the TYPO3-english
mailing list