Is it possible to change the l10n_mode of a field (e.g. assets) based on the CType, layout or PageTree?
Use case:
- Default l10n_mode of assets is 'exclude' (set by a site package extension)
- For a specific CType it's necessary to change the assets field in translations (to allow translation of captions)
In TYPO3 7.6 the following was possible:
[PIDinRootline = 173]
config.sys_language_softMergeIfNotBlank = tt_content:assets
[end]
EDIT
sys_language_softMergeIfNotBlank
was removed in TYPO3 8.7, so this is not possible anymore. Breaking Change