Hi,
I'm looking for documentation on how the rich text editor interprets the links entered in the element.
By default, if an emailaddress is enteres as link, the html string adds a tag
I'm looking to do the same by identifiying if a phone number is entered and give it the correct "**tel:**xxx" value.
Can anyone point me in the right direction on how this could be achieved?
h
huwred
11/30/2023, 10:28 AM
this is done in an angular js file called tinymce.service.js, I doubt if you can extend this. Would be a lot easier just to inform editors to add tel: infront of the number.