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
}
}
上記のmanifestファイルを解読すると,下記のことがわかります。
- Storyboard type: listform
- Template Name: Custom List form
- Field number: Three fields in each cell (profile image, title, and subtitle)
- Tag:
"___LISTFORMTYPE___": "Table"
table display