Manifest.json
The manifest file includes information about your detail form template such as the Storyboard type (list form or detail form), name, number of static fields and Icon properties.
{
"type": "detailform",
"name": "Custom Detail form",
"fields": {
"count": 1
},
"assets": {
"size": {
"width": 16,
"height": 16
}
}
}
For example, the manifest file for the detail form template below includes the following information:
- Storyboard type: detailform
- Template Name: Custom Detail form
- Field number: One static field (and 0 for infinite duplicated fields (a header image, and duplicated fields))
- Icon properties: Icon width and height