Changes to config: defaults -> theme, preLoginTheme -> theme.preLogin, etc.
This commit is contained in:
@@ -46,12 +46,10 @@ Below is a **sample** `config.hjson` illustrating various (but certainly not all
|
||||
menuFile: "your_bbs.hjson" // copy of menu.hjson file (and adapt to your needs)
|
||||
}
|
||||
|
||||
defaults: {
|
||||
theme: "super-fancy-theme" // default-assigned theme (for new users)
|
||||
theme: {
|
||||
default: "super-fancy-theme" // default-assigned theme (for new users)
|
||||
}
|
||||
|
||||
preLoginTheme: "luciano_blocktronics" // theme used before a user logs in (matrix, NUA, etc.)
|
||||
|
||||
messageConferences: {
|
||||
local_general: {
|
||||
name: Local
|
||||
|
||||
Reference in New Issue
Block a user