mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-24 03:30:40 +02:00
* Fix fileArea -> fileBase
* Fix new config creation (missing conf name/desc)
This commit is contained in:
parent
e95aba0582
commit
098a187f2c
2 changed files with 5 additions and 2 deletions
|
@ -373,6 +373,9 @@ function askNewConfigQuestions(cb) {
|
|||
};
|
||||
|
||||
config.messageConferences.another_sample_conf = {
|
||||
name : 'Another Sample Conference',
|
||||
desc : 'Another conf sample. Change me!',
|
||||
|
||||
areas : {
|
||||
another_sample_area : {
|
||||
name : 'Another Sample Area',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue