TYPO3:CKEditor剥离<span> -Tags中的数据属性

时间:2019-03-07 10:15:56

标签: ckeditor typo3 typo3-8.x

我想在span-Tag中使用数据属性。 CKEditor删除此属性。

如果我将其添加到p标签中,则不会删除它,这没关系。

processing:
 allowAttributes: [data-count]

已添加到YAML文件中。

我已经尝试过这种方法和其他方法,但是没有用。

config
  extraAllowedContent: '*(*)[data-*]'

该怎么做才能将数据属性保留在span-Tag中?

1 个答案:

答案 0 :(得分:0)

我已经使用itribbuts为iframe代码完成了此操作,没有为此使用allowAttributes:

X = [364.533 372.267 397.067 408.133 382.471 379.533 329.250 257.200 199.412 195.267 184.385 168.643 157.533 174.500 108.533 99.333 150.733 184.800 138.105 179.474 218.278 232.133 267.714 306.929 312.143 357.733 421.333 431.000 371.867 364.533]; 
Y = [192.027 233.360 228.627 286.693 314.541 292.960 327.450 340.500 348.671 326.693 269.308 330.857 274.493 226.786 239.200 193.467 182.760 101.893 111.000 80.442 74.356 140.360 64.643 56.857 77.786 69.493 133.293 180.427 142.160 192.027];

这对您来说应该可行:

processing:
  allowTags:
    - iframe

editor:
  config:    
    extraAllowedContent:
      - iframe[*]