* Fix fileArea -> fileBase

* Fix new config creation (missing conf name/desc)
This commit is contained in:
Bryan Ashby 2017-02-12 19:59:00 -07:00
parent e95aba0582
commit 098a187f2c
2 changed files with 5 additions and 2 deletions

View File

@ -2279,8 +2279,8 @@
// File Area
////////////////////////////////////////////////////////////////////////
fileArea: {
desc: File Area
fileBase: {
desc: File Base
art: FMENU
prompt: fileMenuCommand
submit: [

View File

@ -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',