mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-07 05:05:26 +02:00
Merge pull request #137 from danger89/patch-5
Add missing menuFile hjson spec
This commit is contained in:
commit
5fb44db3e3
1 changed files with 4 additions and 3 deletions
|
@ -48,13 +48,14 @@ Below is a **sample** `config.hjson` illustrating various (but certainly not all
|
||||||
{
|
{
|
||||||
general: {
|
general: {
|
||||||
boardName: A Sample BBS
|
boardName: A Sample BBS
|
||||||
|
menuFile: "your_bbs.hjson" // copy of menu.hjson file (and adapt to your needs)
|
||||||
}
|
}
|
||||||
|
|
||||||
defaults: {
|
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: {
|
messageConferences: {
|
||||||
local_general: {
|
local_general: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue