* Some notes

* Placeholder menu editor module
This commit is contained in:
Bryan Ashby
2015-06-24 22:45:21 -06:00
parent 521710e6ec
commit 30b98e9e3b
4 changed files with 29 additions and 1 deletions

View File

@@ -215,6 +215,7 @@
"Vertical Menu Views",
"Horizontal Menu Views",
"Art Display",
"Message Editor",
"Some More Stuff",
"Other"
],
@@ -245,6 +246,10 @@
{
"value" : { "1" : 6 },
"action" : "@menu:demoArtDisplay"
},
{
"value" : { "1" : 7 },
"action" : "@menu:demoMessageEditor"
}
]
}
@@ -424,6 +429,10 @@
"demoDefaultsDosAnsi" : {
"art" : "WE-CIZB.ANS",
"options" : { "cls" : true }
},
"demoMessageEditor" : {
"module" : "message_editor",
"options" : { "cls" : true }
}
/*