* Better form submit format

* Allow comments in menu.json
This commit is contained in:
Bryan Ashby
2015-03-25 23:23:14 -06:00
parent d1b0663b5d
commit 4c4b0de54c
7 changed files with 118 additions and 80 deletions

View File

@@ -1,4 +1,7 @@
{
/*
Menu Configuration
*/
"matrix" : {
"art" : "matrix",
"module" : "matrix"
@@ -7,8 +10,8 @@
"art" : "login",
"module" : "login"
},
"goodbye" : {
"logoff" : {
"art" : "logoff",
"module" : "goodbye"
"module" : "logoff"
}
}