defaults plugins/themes
-
what are the chances of adding a functionality to
node app --setup
that would pick up anotherjson
file, that contains more default plugins/themes and install them. (./nodebb upgrade
would have to also update them if need be)
so in NodeBB root dir:
defaults.json{ plugins: [ { "id": "nodebb-plugin-boom-shakalaka", "version": "*", "activate": "0" } .... etc.. ], themes: [ { "id": "nodebb-theme-naked", "version": "0.0.0", "activate": "1" }, ... // maybe activate the last one set the 1 or the first ..whateves .. ] }
since it wouldnt be so nice to add them to the
package.json
since I woudln't want to patch that or.gitignore
it every time i want to submit a PR -
This would also help with migrations.
-
nodebb-plugin-boom-shakalaka
nodebb-theme-naked -
i swear these were randomly generated in my head.
Copyright © 2024 NodeBB | Contributors