[TYPO3-mvc] How to access typoscript properties in viewHelpers?

Felix Oertel mehl at foertel.com
Thu May 6 11:57:29 CEST 2010


Hi,

Am 06.05.10 11:38, schrieb Daniel Dimitrov:
> I guess that the answer to my question is going to be super easy

every answer is super easy, if you know it *g*

> How to use Typoscript in my viewHelpers?
> plugin.my_plugin {
> settings {
> itemsPerPage = 20
> }
> }

fluid: {settings}
viewHelper: $this->templateVariableContainer->get('settings');

regards, foertel


More information about the TYPO3-project-typo3v4mvc mailing list