New property allows to set default GET variables in TypoScript. If the value is not passed, the default noe is used instead, and available to extensions through standard methods. If you want to set an array value, use the ‘.’ syntax.
For example:
config.defaultgetVars {
tx_extension_pi1.variable = 2
}
More info:
RFC: #10040: define Default GET-vars
http://bugs.typo3.org/view.php?id=10040