networkteam / pagelanguage
Set the language fallbackType via page field
Installs: 1 762
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 1
Open Issues: 1
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^9.5 || ^10.4 || ^11.5 || ^12.4
This package is auto-updated.
Last update: 2024-10-30 01:48:10 UTC
README
Set the language fallback type via page field.
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