mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-25 03:58:17 +02:00
Merge from master
This commit is contained in:
commit
30d76d173e
4 changed files with 27 additions and 17 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue