Posted by & filed under TYPO3.

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

One Response to “config.defaultGetVars”

  1. Joerg

    Hi Dan,

    you have a typo in your example. Instead of “defaultgetVars” it must be “defaultGetVars” – with a capital “G”.

    Cheers! 🙂

    Jörg

Leave a Reply

  • (will not be published)