Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@marshallbrekka
Created December 10, 2014 01:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marshallbrekka/b1d8e39fe64988a70779 to your computer and use it in GitHub Desktop.
Save marshallbrekka/b1d8e39fe64988a70779 to your computer and use it in GitHub Desktop.
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