Merge from master

This commit is contained in:
Bryan Ashby 2017-10-30 19:52:14 -06:00
commit 30d76d173e
4 changed files with 27 additions and 17 deletions

View file

@ -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)