From 052cf5c4908e649597f264a7f755c330993beffc Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Mon, 7 Sep 2015 22:40:08 -0600 Subject: [PATCH] * Some notes / TODO --- core/menu_util.js | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/core/menu_util.js b/core/menu_util.js index 3c9363be..ce678402 100644 --- a/core/menu_util.js +++ b/core/menu_util.js @@ -213,12 +213,17 @@ function handleAction(client, formData, conf) { } } +// :TODO: This should be in theme.js + +// :TODO: Need to take (optional) form ID to search for (e.g. for multi-form menus) +// :TODO: custom art needs a way to be themed -- e.g. config.art.someArtThing + function applyThemeCustomization(options) { // - // options.name : menu/prompt name + // options.name : menu/prompt name // options.configMci : menu or prompt config (menu.json / prompt.json) specific mci section - // options.client : client - // options.type : menu|prompt + // options.client : client + // options.type : menu|prompt // assert(_.isString(options.name)); assert("menus" === options.type || "prompts" === options.type);