Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I want to add AMP pages for nodebb pages,is there is any plugin for that?
D
@julian found the issue and created a PR here https://github.com/NodeBB/nodebb-package-manager/pull/22
Thank you for sharing the repo 🙂
F
@julian ok, I was thinking that the nbbpm was here for that! Thank you for your answer!
B
No built in way, but there is nothing preventing you from writing your plugin to use a config file instead of settings stored in the database.
When your nodebb starts instead of loading your plugin settings from the database you would read it from the file.
A
@baris Great ! Many thanks ! Exactly what I needed and it works (of course... 😉 ).
I see! Thank you so much for your response!