When rendering this content, Umbraco will look up the node based on the ID and then return the URL for the page in the user's language. However, if that language is not published for that page it simply returns a "#".
I need to add fallback logic so if the page is not published in the user's language, it fallback to the English URL rather than "#".
Override TinyMCE Link Logic for a language fallback
Is it possible to override how link selected in the Rich Text Editor is rendered on the page to add fallback logic for language?
For my editor, I have content saved as
When rendering this content, Umbraco will look up the node based on the ID and then return the URL for the page in the user's language. However, if that language is not published for that page it simply returns a "#".
I need to add fallback logic so if the page is not published in the user's language, it fallback to the English URL rather than "#".
Is this possible?
is working on a reply...