Closed twicros closed 1 year ago
I add to config this thing:
'htmlSupport': {
'allow': [
{
'name': '/.*/',
'attributes': True,
'classes': True,
'styles': True,
}
]
},
now its's work, I think.
Please confirm, is that correct?
Hello. When I try to make some html in code mode, all things is filtred.
I try to add 'allowedContent': True, in settings.py in config CKE-5. But it is not work. This feature work only in CKE 4.
Help me please =)