typo3-realurl icon indicating copy to clipboard operation
typo3-realurl copied to clipboard

Add fallback UID option for languageExceptionUids

Open almfisch opened this issue 7 years ago • 1 comments

Hi,

would it be possible to add a new option (e.g. languageExceptionUidsFallbackUid) to change the language-fallback-uid from 0 to any other id?

Here a sample case: lang, id 0: german lang id 1: english lang id 3: french lang id 4: chinese

'languageExceptionUids' => '4' It will fall back to german, but english would be better, so this option would be nice: 'languageExceptionUidsFallbackUid' => '1'

Many regards

Andi

almfisch avatar Oct 10 '17 10:10 almfisch

Once there was the Option 'languageFallbackUid' for that. It it doesn't work anymore.

hhchrizzo avatar Feb 02 '18 11:02 hhchrizzo