I've set my language fallback to "strict" in site configuration:
fallbackType: strict
But I need language fallback for a specific record type (e.g. records of type "news"). Is this possible?
I've set my language fallback to "strict" in site configuration:
fallbackType: strict
But I need language fallback for a specific record type (e.g. records of type "news"). Is this possible?
The TYPO3 extension's PHP code can be enhanced. The $query of interface QueryInterface can have its own LanguageAspect.
E.g. the file "AbstractDemandedRepository.php" in extension news.
This can be improved by enhancing the setup of this extension and using it instead of this hard coded constants.