Actions
Bug #19754
closeddefine Default GET-vars
Start date:
2009-01-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
There is no way to set default values for GET-vars as you know from extensions where you can set _DEFAULT_PI_VARS
A practical example is if you are use a style switcher with getVar "style". You may define
config.linkVars = L,style
Now you want to set a default value for style if no value is given.
With attached patch you define them by
config._DEFAULT_GET_VARS {
style = 3
}
(issue imported from #M10040)
Files
Actions