I have a macro that takes a simple text parameter containing a default message. It works fine most of the time but when long messages are given and the page is published the input is changed and some of the spaces have been changed to "\r\n".
My guess is that this is TinyMCE interferring, but does anyone have any suggestions?
Parameter values changing on publish.
Hi,
I have a macro that takes a simple text parameter containing a default message. It works fine most of the time but when long messages are given and the page is published the input is changed and some of the spaces have been changed to "\r\n".
My guess is that this is TinyMCE interferring, but does anyone have any suggestions?
Thanks,
Matt
Did you try unchecking the "Render content in editor " in the macro properties?
This did solve for me the problem when TinyMCE changed something on publishing.
Cheers
Thanks for the response.
Unfortunately the "Render Content In Editor" property has always been unchecked so that isn't the issue
In the end we fixed this by parsing all the parameter inputs to our macros to put the spaces back in
is working on a reply...