An open API service indexing awesome lists of open source software.

https://github.com/networkteam/pagelanguage

TYPO3 Extension: Set language fallback type via page field
https://github.com/networkteam/pagelanguage

fallbacktype middleware syslanguagemode typo3

Last synced: 4 months ago
JSON representation

TYPO3 Extension: Set language fallback type via page field

Awesome Lists containing this project

README

          

# TYPO3 Extension: Page Language

Set the language fallback type via page field.

![pagefield](https://github.com/networkteam/pagelanguage/raw/master/Documentation/Images/pagefield-fallbacktype.png "New field in page translation")

Before TYPO3 9.5 Site Handling it was possible to use something like

```
[globalVar = TSFE:id=1] && [globalVar = GP:L=2]
config {
sys_language_mode = ignore
}
[global]
```

to have an individual language handling. See also https://forge.typo3.org/issues/86712