[TYPO3-mvc] Get Domain Object with forced default language
Sebastian Michaelsen
sebastian.gebhard at gmail.com
Thu Dec 30 22:58:06 CET 2010
Am 30.12.2010 15:36, schrieb Franz Koch:
>
> have you tried configuring language fallback for that field via TCA/TS? AFAIK extbase is using
> language overlay functionality from TYPO3, so this should work up to some point.
Works! Extbase does fully support that, so it's just a line of TCA-definition.
$TCA['tx_myext_domain_model_product']['columns']['image']['l10n_mode'] = 'mergeIfNotBlank';
Thank you very much!
More information about the TYPO3-project-typo3v4mvc
mailing list