tclimber
tclimber

Reputation: 11

Send extra attribute from CKFinder to CKEditor 5

My goal is simple: I want to add extra attributes to an img tag in CKEditor; e.g.: <img src="path" data-attr="myattr">.

I built my Python connector; I added my upcast/downcast to CKE, but I still don't fully understand how to send the data-attr attribute from CKFinder to CKEditor.

Pipeline should be:

I can't figure how to do the last two steps. Any suggestions?

Upvotes: 1

Views: 65

Answers (0)

Related Questions