【发布时间】:2018-05-07 04:04:49
【问题描述】:
这个问题快把我逼疯了。我正在使用带有 CKEditor 作为 RTE 的typo3(8.7.13)。现在我想允许在源代码查看模式下使用<dl>、<dt> 和<dd>。但是每次我离开源代码视图时,这些标签都会被修改为<p>
<dl>、<dt>和<dd>位于yaml文件下
processing:
allowTags:
- dl
- dt
- dd
在我设置的模板常量内:
styles.content.allowTags := addToList(dd)
styles.content.allowTags := addToList(dt)
styles.content.allowTags := addToList(dl)
还需要什么?
蹼蹼
【问题讨论】: