[TYPO3-mvc] Typoscript settings
Steffen Kamper
info at sk-typo3.de
Wed Sep 30 13:14:20 CEST 2009
Hi,
now all settings are in one key (FE):
plugin.tx_extname.settings
There is no namespace for each controller like before. Was this intended?
This forces to do something like
plugin.tx_extname.settings {
controller1 { ... }
controller2 { ... }
}
and in controller
$tsSettings = $this->settings{controller. ];
i don't like that much.
vg Steffen
More information about the TYPO3-project-typo3v4mvc
mailing list