Hi, I'm investigating how hyperlinks are stored inside the rich text editor.
The <a> tag generated always includes a target=_blank attribute, meaning the links will always be open in a new tab.
I can also see there are no options to configure the link attributes.
Any advice on how to proceed? Of course, I could add a script to amend the HTML using the change event, but it feels like an overkilling solution, and I'd also have to implement it every time I use a rich text editor, unless I create a custom component.
Is there any way to have this attribute as an option in the rich text editor?
Thanks
