So we are running our forum using Cloudfare, and we see CF has an option for AMP support. if we turn that on in CF, would node bb all pages enable this AMP itself?
Or is there any plugin or core in node bb which supports AMP?
Thank you, I didn't try that approach, instead, I realized I can change the settings directly from the code. So I'm baking in my settings into my plugin and setting them in the init.
Also, if you're talking about hand coding the template in the public directory, those are always deleted on restart. The template in the plugin's template folder is what should be modified.
But I'm also having other issues with custom-pages, so I'm not even sure if that works tbh.
@esiao That didn't worked, it looks like it doesn't even loads masonry.js for some reason. How can I see is the scirpt loaded and is it loaded correctly? Maybe some cmd command? I followed all instructions in setting up plugin.json and theme.json and I am pretty sure that I did it right. I can't figure out what can be the problem. Any other suggestions?
Tnx anyway ^^