Actions
Task #70041
closedAdd option to disable LanguageSelector in Web->View
Start date:
2015-09-23
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
no-brainer
Sprint Focus:
Stabilization Sprint
Description
Issue #56282 introduced a language selector in Web -> View.
This, however, locked you in the situation where you either need to use the parameter L
to switch languages or you would supply a broken functionality to the editor.
Since the ways to switch a language in TYPO3 are manyfold and fixing every way of doing to (think Domains, cookies etc.) we introduce a new pageTSconfig setting to actively turn the function off.
In case you switch languages based on something different than a parameter called L
you can disable the selector by using the following TSConfig:
mod.SHARED.view.disableLanguageSelector = 1
Actions