Skip to content

Instantly share code, notes, and snippets.

@AsishP
Created March 5, 2018 11:44
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 AsishP/875acf0324cc97a017d5bab24685d0e6 to your computer and use it in GitHub Desktop.
Save AsishP/875acf0324cc97a017d5bab24685d0e6 to your computer and use it in GitHub Desktop.
{
"$schema": "schema.json",
"actions": [
{
"verb": "applyTheme",
"themeName": "Custom Dark Blue custom"
},
{
"verb": "createSPList",
"listName": "Training Registration",
"templateType": 100,
"subactions": [
{
"verb": "SetDescription",
"description": "List of Registered Training"
},
{
"verb": "addSPField",
"fieldType": "User",
"displayName": "Trainer Name",
"isRequired": true,
"addToDefaultView": true
},
{
"verb": "addSPField",
"fieldType": "Number",
"displayName": "Students Strength",
"addToDefaultView": true,
"isRequired": true
},
{
"verb": "addSPField",
"fieldType": "DateTime",
"displayName": "Training Date",
"addToDefaultView": true,
"isRequired": true
},
{
"verb": "addSPField",
"fieldType": "Note",
"displayName": "Notes",
"isRequired": false
}
]
}
],
"bindata": { },
"version": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment