[TYPO3-dev] Rendering fluid based plugins without typoscript

Charles Brunet charles at cbrunet.net
Tue Jan 5 13:31:00 CET 2016


You should look at the VHS extension. It includes view helpers to render
content elements as well as other page resources.

Charles
Le 2016-01-05 3:50 AM, "NGUYEN Duc Quan" <quan at apart.lu> a écrit :

> thanks for the link! It is resourceful.
>
> However I am wondering how to add/append content via plugin without
> typoscript.
>
> When I do this in typoscript
>
> myVar < styles.content.get
> myVar.select.where = colPos = 0
>
> then the content of my plugin (extbase) doesn't get rendered. From what I
> know is that the first action of the plugin is always the default action
> which normally returns/outputs html code.
>
> Do I need to tell typo3 that I want the rendered html content to be
> appended to the BE content elements?
>
> I am also wondering when using fluid templating shouldn't I use
> fluid_content instead of styles_content?
> _______________________________________________
> TYPO3-dev mailing list
> TYPO3-dev at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev
>



More information about the TYPO3-dev mailing list