networkteam/pagelanguage

Set the language fallbackType via page field

Installs: 1 473

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 1

Open Issues: 1

Type:typo3-cms-extension

dev-master 2023-10-31 12:51 UTC

This package is auto-updated.

Last update: 2024-03-30 00:24:06 UTC


README

Set the language fallback type via page field.

pagefield

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