2013-06-12 21:42:00 +02:00
|
|
|
The following collection config will be used as the config throughout the example calls in this guide.
|
|
|
|
|
|
|
|
{
|
|
|
|
"team": {
|
|
|
|
"title": "Team Members",
|
|
|
|
"type": "multiple",
|
|
|
|
"fields": {
|
|
|
|
"name": {
|
|
|
|
"title": "Name",
|
|
|
|
"type": "text"
|
|
|
|
},
|
|
|
|
"employment": {
|
|
|
|
"title": "Employment Status",
|
|
|
|
"type": "select",
|
|
|
|
"options": {
|
|
|
|
"half": "Part Time",
|
|
|
|
"full": "Full Time",
|
|
|
|
"retired": "Retired"
|
|
|
|
}
|
|
|
|
},
|
2013-06-21 17:49:05 +02:00
|
|
|
"age": {
|
|
|
|
"title": "Age",
|
|
|
|
"type": "text"
|
|
|
|
},
|
2013-06-12 21:42:00 +02:00
|
|
|
"bio": {
|
|
|
|
"title": "Bio",
|
|
|
|
"type": "textarea"
|
|
|
|
},
|
|
|
|
"address": {
|
|
|
|
"title": "Home Address",
|
|
|
|
"type": "location"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|