How to get rendered links of a HTML element in TYPO3 7.6

前端 未结 2 489
灰色年华
灰色年华 2021-01-25 12:08

IN TYPO3 versions before 7.6 it was possible to render links inside the content element HTML by using the TypoScript

tt_content.html.parseFunc.tags.         


        
2条回答
  •  情书的邮戳
    2021-01-25 12:57

    If you use fluid_styled_content, override the HTML.html and want to use forms and have the Typo3 link tags text converted to html links, you will have to use this (at least this worked for me, both custom html forms were working and links were converted):

    
        
            {data.bodytext}
        
    
    

提交回复
热议问题