forked from 4d-for-ios/form-detail-ParallaxHeader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
executable file
·37 lines (37 loc) · 936 Bytes
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"type": "detailform",
"name": "Parallax Header",
"fields": {
"count": 3,
"max": 0
},
"assets": {
"mandatory": false,
"format": "png",
"target": "___TABLE___/Detail",
"size": {
"width": 22,
"height": 22
}
},
"tags": {
"___DETAILFORMTYPE___": "Bare"
},
"storyboard": "Sources/Forms/Tables/___TABLE___/___TABLE___DetailsForm.storyboard",
"elements": [{
"name": "field",
"tagInterfix": "FD",
"xpath": "/document/scenes/scene[1]/objects/viewController/view[1]/subviews/scrollView/subviews/view[1]/subviews/view[1]/subviews/stackView[1]/subviews/stackView[1]",
"idCount": 15
},
{
"name": "asset",
"tagInterfix": "AS",
"xpath": "/document/resources/image[1]",
"idCount": 0,
"tags": {
"mandatories": [ {"tag": "___FIELD_ICON___", "key": "field.detailIcon", "rules": ["notEmpty"]}]
}
}
]
}