Hello,I have some HTL markup that requires single-quotes for one of the
entries instead of double quotes and no matter what I do AEM converts
the entries back to double quotes. I've tried escaping, using
calls, creating the full string in my logic.js - nothing works. HTML
code below:Even if I hard code the data-setup entry like above, AEM
replaces the data-setup=' with data-setup=". I even tried creating the
correct version of the string in my logic.js but I'm not aware of a
print/echo function...