Typo3 / Typoscript:内容选择,保持分隔线

时间:2017-10-23 15:50:37

标签: typo3 typoscript typo3-6.2.x

这是我(非常简单)的代码:

table = my_table
select.selectFields = teaser
renderObj = COA_INT
renderObj {

10 = TEXT
10.field = teaser

}

事实上,在预告字段中存在一个断行符(phpMyAdmin中的visibile)但是我的代码没有保留它。有没有办法在通过renderObj渲染文本时保留它?

感谢您的帮助!

1 个答案:

答案 0 :(得分:2)

如果您需要HTML中的分隔线,可以使用TypoScript中的br功能。请参阅:https://docs.typo3.org/typo3cms/TyposcriptReference/Functions/Stdwrap/Index.html?highlight=nl2br#br

10 = TEXT
10.field = teaser
10.br = 1