mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-21 18:25:55 +02:00
Add Config.general.menuFile: Specify name or path of menu HJSON file. Defaults to menu.hjson in mods
This commit is contained in:
parent
bd4c50fa8d
commit
0d477210f9
2 changed files with 11 additions and 1 deletions
|
@ -85,8 +85,11 @@ function getDefaultConfig() {
|
|||
closedSystem : false, // is the system closed to new users?
|
||||
|
||||
loginAttempts : 3,
|
||||
|
||||
menuFile : 'menu.hjson', // Override to use something else, e.g. demo.hjson. Can be a full path (defaults to ./mods)
|
||||
},
|
||||
|
||||
// :TODO: see notes below about 'theme' section - move this!
|
||||
preLoginTheme : '*',
|
||||
|
||||
users : {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue