Hi,
I am testing out https://www.intercom.io/ on my site and the Javascript it requires needs Token Replacement.
I am using the DNN Core textmodule and have turned token replacement on. This works fine. However, the Javascript has a statement "i.q=[];". This [] is removed (even though it is not a recognised token!) so the Javascript ends up as "i.q=;" which then breaks it.
So the question is: How to use the DNN core text module with token replacement and get it to output the square brackets, eg. "i.q=[];"