Я хочу создать собственный самозакрывающийся узел в CKeditor, есть ли способ сделать это?
Мой код пока:
this.videoElement = editor.document.createElement('cfwvideo');
this.videoElement.setAttribute('src', videoSource);
editor.insertElement(this.videoElement);