* Fix fileArea -> fileBase
* Fix new config creation (missing conf name/desc)
This commit is contained in:
parent
e95aba0582
commit
098a187f2c
|
@ -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: [
|
||||||
|
|
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue