I made a shame of myself
I made a shame of myself, lets improve it even further.
This commit is contained in:
parent
4e9b72366c
commit
8ff3d013bd
|
@ -48,14 +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)
|
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…
Reference in New Issue