Manifest.json
The manifest file includes information about your list form template, such as the Storyboard type (list form or detail form), name and number of fields per cell.
{
"type": "listform",
"name": "Custom List form",
"fields": {
"count": 3
},
"tags": {
"___LISTFORMTYPE___": "Table"
}
}
For example, the manifest file for the above list form template includes the following information:
- Template type: listform
- Template Name: Custom List form
- Field number: Three fields in each cell (profile image, title, and subtitle)
- Tag:
"___LISTFORMTYPE___": "Table"
table display