manifest.json
The manifest file includes information about your detail form template such as the :
- Storyboard type: list form or detail form
- name
- renderer: version number
- hOffset: the vertical offset of the first field that is going to be duplicated
- number of static fields
- Icon properties: width and height
{
"type": "detailform",
"name": "Custom Detail form",
"renderer": 2,
"hOffset": 91,
"fields": {
"count": 1,
"max": 0
},
"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
- Version: 2
- hOffset: the first field that is going to be duplicated is at 91 pixels from the top
- Field number: One static field (and 0 for infinite duplicated fields (a header image, and duplicated fields))
- Icon properties: Icon width and height