TinyMCE.config add callback function to custom config
Hi all,
Within my Config\TinyMCE.config file, under the customConfig section I am trying to add a new config option for the setting called "urlconverter_callback" which I have found on the TinyMCE config documentation.
Trouble is I don't quite understand how to implement this function as the settings I played around with so far are bool values.
I have found this Umbraco forum thread, which seems like exactly the kind of thing I am trying to implement.
TinyMCE.config add callback function to custom config
Hi all,
Within my Config\TinyMCE.config file, under the customConfig section I am trying to add a new config option for the setting called "urlconverter_callback" which I have found on the TinyMCE config documentation.
Trouble is I don't quite understand how to implement this function as the settings I played around with so far are bool values.
I have found this Umbraco forum thread, which seems like exactly the kind of thing I am trying to implement.
Any ideas how this works?
More info on what I am trying to do - https://our.umbraco.com/forum/using-umbraco-and-getting-started/104235-iurlprovider-defining-custom-url-path-with-query-strings
Did you figure out anything? I want to add an extra paramter to my iframe src ?
is working on a reply...