diff --git a/mods/menu.hjson b/mods/menu.hjson index 0521c5e1..c98b0122 100644 --- a/mods/menu.hjson +++ b/mods/menu.hjson @@ -2279,8 +2279,8 @@ // File Area //////////////////////////////////////////////////////////////////////// - fileArea: { - desc: File Area + fileBase: { + desc: File Base art: FMENU prompt: fileMenuCommand submit: [ diff --git a/oputil.js b/oputil.js index 27e7f759..c93ccc0c 100755 --- a/oputil.js +++ b/oputil.js @@ -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',