I just noticed that PW will output frontend-editing markup, even if I output JSON.
Is there a way I can disable that, from inside my template?
I use classic switch/case statements and URL-segments to output different content, HTML + JSON, in the same template. I know that my JS modules wil...