Created
December 10, 2014 01:10
-
-
Save marshallbrekka/b1d8e39fe64988a70779 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var loginForm = [{ | |
"key" : "LOGIN", | |
"label" : "Username", | |
"optional": false, | |
"type" : "text", | |
"values": null, | |
"max-length": 16, | |
"size": 20, | |
"provider-type": "single", | |
"help-text": null | |
}, | |
{ | |
"key" : "PASSWORD", | |
"label" : "Password", | |
"max-length": 32, | |
"size": 20, | |
"provider-type": "single", | |
"optional": false, | |
"help-text": null, | |
"type" : "password", | |
"values": null | |
}]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment