limit to the HTML code inside a JavaScript literal to be parsed as HTML?
Answered
There is apperantly a limit to the HTML code inside a JavaScript literal to be parsed as HTML code. (am I right?)
I was wondering if there is a (maybe hidden) setting to expand that limit?
Please sign in to leave a comment.
Yes, MAX_LITERAL_PROCESSING_SIZE = 4096; unfortunately it's hardcoded and can't be changed
Thank you for your answer, I hope it find its way into settings somehow in the future versions...