[TYPO3-english] TCA definitions

Christian Tauscher christian.tauscher at media-distillery.de
Wed Aug 14 10:52:31 CEST 2013



Hello.

I have written some Extention. Its it has multilang support. Easy with
Typo3, but is does not work:

Here is a part of the TCA definition:

'number' => array(
	'l10n_display' => 'defaultAsReadonly',
	'config' => array(
		'type' => 'input',
		'size' => 30,
		'eval' => 'trim,required'
	),
),

The field number is shown in the BE as Readonly while editing the
translated version.

I expect in the FE that the original value is passed through from the
standard language.
This is not true :-(

Without the 'l10n_display' => 'defaultAsReadonly' line this works, but
but then the field is not shown in the BE editing the translated version.

So ist this a bug in TYPO3 or did I miss some additional configuration
in the TCA?


Thanks a lot for your help,

Christian.

BTW: This Ext is written using Extbase and TYPO3 V6.0



More information about the TYPO3-english mailing list