From 098a187f2cb1f4ccedc54ea4b0054f5e1f0d59b2 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sun, 12 Feb 2017 19:59:00 -0700 Subject: [PATCH] * Fix fileArea -> fileBase * Fix new config creation (missing conf name/desc) --- mods/menu.hjson | 4 ++-- oputil.js | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) 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',