* Start skeleton work on message editor module

This commit is contained in:
Bryan Ashby
2015-06-24 23:09:26 -06:00
parent 30b98e9e3b
commit 8c7d609abb
3 changed files with 41 additions and 4 deletions

View File

@@ -432,7 +432,14 @@
},
"demoMessageEditor" : {
"module" : "message_editor",
"options" : { "cls" : true }
"options" : { "cls" : true },
"args" : {
"art" : {
"header" : "MSGHDR",
"body" : "MSGBODY",
"footer" : "MSGFTR"
}
}
}
/*