* 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 // File Area
//////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////
fileArea: { fileBase: {
desc: File Area desc: File Base
art: FMENU art: FMENU
prompt: fileMenuCommand prompt: fileMenuCommand
submit: [ submit: [

View File

@ -373,6 +373,9 @@ function askNewConfigQuestions(cb) {
}; };
config.messageConferences.another_sample_conf = { config.messageConferences.another_sample_conf = {
name : 'Another Sample Conference',
desc : 'Another conf sample. Change me!',
areas : { areas : {
another_sample_area : { another_sample_area : {
name : 'Another Sample Area', name : 'Another Sample Area',