How can I configure Widgets (footer or other HTML/CSS/JS) with file in permanent manner?
-
I found
./nodebb setup
resets Wiegets configuration from ACP GUI.How do we preserve the Widgets configuration including backup/migration scenario??
Possibly config files?One more thing.
I found email template(registration/password-change/digests) is controlled bynodebb-theme-*
node_modules.
Do we need to create own ````nodebb-theme-*``` for email template? -
Hey, right now you'd have to create your own template via editing the current theme (or forking the theme)
At some point, and I would image it will land for 0.6x, we will have the ability to customize the email templates in the ACP itself: https://github.com/NodeBB/NodeBB/issues/1613
./nodebb setup
should not reset your widgets, only./nodebb reset
. You may have lost your widgets during an upgrade though, from 0.4.0 to 0.4.3 we did a manual widget reset for compatibility reasons. -
@psychobunny Thanks!