通过右键单击链接并在CKEditor中选择“编辑链接”来更改href
,<a>
标记中的所有内联样式都将被删除。
我已经在config.js中设置allowedContent: true
无效。
如何配置CKEditor以避免在更改链接URL后删除这些样式?
编辑:在更改我可以拥有的链接之前:
<a href="http://test.com" style="color:333333;">test</a>
更改链接目标后,它变为:
<a href="http://foo.bar">test</a>