[TYPO3-ect] [tx_lib] is it a bug ?

Fabien Udriot fudriot at omic.ch
Sat Jun 30 00:21:14 CEST 2007


It seems the constants from constants.txt are not replaced in the setup.txt.

Let's says we have the 2 configurations files :
- configurations/constants.txt
- configurations/setup.txt

-> in configurations/constants.txt :

pluginName.value = 3


-> in configurations/setup.txt :

plugin.tx_ecosubscription.configurations {
     myValue = ${pluginName.value}
}

-> in the controller :

echo $this->configurations->get('myValue');

// outup : ${pluginName.value}
// instead of : 3

Is it a bug ? or feature missing ?


More information about the TYPO3-team-extension-coordination mailing list