* WIP pause prompt
* prompt.json::prompts::pause is now a standard/required prompt * CT for current time MCI * Fix up config/theme defaults.dateTimeFormat -> dateFormat & timeFormat
This commit is contained in:
@@ -16,6 +16,9 @@
|
||||
}
|
||||
},
|
||||
"pause" : {
|
||||
//
|
||||
// Any menu 'pause' will use this prompt
|
||||
//
|
||||
"art" : "pause"
|
||||
/*
|
||||
"mci" : {
|
||||
@@ -37,7 +40,7 @@
|
||||
* echoKey : false
|
||||
|
||||
*/
|
||||
},
|
||||
}/*,
|
||||
"standard" : {
|
||||
// any menu 'pause' will display this, pause for a key, then erase and move on
|
||||
"pause" : {
|
||||
@@ -47,7 +50,7 @@
|
||||
},
|
||||
"custom" : {
|
||||
|
||||
}
|
||||
}*/
|
||||
/*
|
||||
see notes in menu_module.js also
|
||||
...how to allow for this to come from the theme first???
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"general" : {
|
||||
"passwordChar" : "φ"
|
||||
},
|
||||
"dateTimeFormat" : {
|
||||
"dateFormat" : {
|
||||
"short" : "YYYY-MMM-DD"
|
||||
},
|
||||
"mci" : {
|
||||
|
||||
Reference in New Issue
Block a user