Custom RichEditor LinkPicker
I'm trying to create a custom Link Picker to replace the original Link Tool in the Editor, because I want to be able to add class names to a attributes.
For the Editor in the Panel it works, but using it as plugin for the
RichContentRenderer
seems to parse both, the original and my custom one, resulting in two nested a-Elements.
link-picker.js
0 Replies