Merge from master
This commit is contained in:
@@ -50,13 +50,14 @@ Below is a **sample** `config.hjson` illustrating various (but certainly not all
|
||||
{
|
||||
general: {
|
||||
boardName: A Sample BBS
|
||||
menuFile: "your_bbs.hjson" // copy of menu.hjson file (and adapt to your needs)
|
||||
}
|
||||
|
||||
defaults: {
|
||||
theme: super-fancy-theme
|
||||
theme: "super-fancy-theme" // default-assigned theme (for new users)
|
||||
}
|
||||
|
||||
preLoginTheme: luciano_blocktronics
|
||||
preLoginTheme: "luciano_blocktronics" // theme used before a user logs in (matrix, NUA, etc.)
|
||||
|
||||
messageConferences: {
|
||||
local_general: {
|
||||
@@ -131,3 +132,4 @@ Below is a **sample** `config.hjson` illustrating various (but certainly not all
|
||||
* [Modding](modding.md)
|
||||
* [Doors](doors.md)
|
||||
* [MCI Codes](mci.md)
|
||||
* [Menu System docs](menu_system.md)
|
||||
|
||||
Reference in New Issue
Block a user