mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-06 17:55:06 +02:00
Changes to config: defaults -> theme, preLoginTheme -> theme.preLogin, etc.
This commit is contained in:
parent
8182146574
commit
7d74556868
6 changed files with 26 additions and 33 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue