Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
打字稿3 6.1
如何在 extbase 扩展中使用 RTE 解析函数?我通过 ajax 调用该操作,在该操作中我使用查询获取 rte 内容。后来我像这样返回那一行
$bodytext = $row['bodytext']; return json_encode($bodytext);
在这里,我没有将其输出到任何流体模板。
那么如何$bodytext在 RTE 解析函数中解析这个,以便我可以得到富文本输出呢?
$bodytext