format - Fluid Extbase HTML not correct -
i have code:
<f:format.html>{article.text}</f:format.html>
my problem if have tag object oder param in {article.text.} code doesn't compile show me normal text.
is there other possibility prevent ?
thanks
i'm not sure mean "show me normal text", problem format.html
view helper uses lib.parsefunc_rte
default: http://git.typo3.org/typo3v4/coreprojects/mvc/fluid.git/blob/head:/classes/viewhelpers/format/htmlviewhelper.php#l86
so seek allow tags with
lib.parsefunc_rte.allowtags := addtolist(object, param)
format typo3 fluid extbase
No comments:
Post a Comment