Hey guys. I ran into an odd problem. This actually didn’t start happening until after I upgraded to EE 2.2. I was running EE 2.1.4 with no issues. So, I am using HTML5 data attributes like so:
data-options="offset:{x:10, y:5}"The problem I am having is that EE is now stripping my bracketed text. My output now looks something like this:
data-options="offset:"Is there anyway to change how EE parses variables?
Thanks!