* pipeWrite() can now parse Renegade via spec='renegade'

* WIP on user config
This commit is contained in:
Bryan Ashby
2015-10-13 00:35:37 -06:00
parent ea8061ae85
commit 171ee75043
5 changed files with 72 additions and 4 deletions

View File

@@ -460,6 +460,32 @@
mainMenuUserConfig: {
module: @systemModule:user_config
art: CONFSCR
form: {
0: {
mci: {
ET1: {
argName: email
}
ET2: {
argName: location
}
ET3: {
argName: webAddress
}
ET4: {
argName: affils
}
ME5: {
maskPattern: "####/##/##"
argName: birthdate
}
ME11: {
maskPattern: "##x##"
argName: termSize
}
}
}
}
}
///////////////////////////////////////////////////////////////////////
// Message Area Related