[TYPO3-mvc] Typoscript View Helper

Fabien Udriot fudriot at omic.ch
Mon May 24 19:20:15 CEST 2010


Hello *,

I had a look at the TODO list and noticed a TypoScript view helper is planned.
http://forge.typo3.org/wiki/typo3v4-mvc/ToDo_Fluid

Is there any progress done in this area?

If I get it correctly, the idea would be to render values according to some TypoScript.

Syntax:
=======

<f:ts typoscriptObjectPath="lib.foo">{foo}</ts>

Let assume that:
================

1. foo == Hello
2. lib.foo = TEXT
    lib.foo.wrap = | World!

The result would be:
====================

Hello World!

Did I get it correctly?

Fabien


More information about the TYPO3-project-typo3v4mvc mailing list