-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathselective-extension.json
49 lines (49 loc) · 1.29 KB
/
selective-extension.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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "extension-configuration-starter",
"fieldInteractions": {
"Candidate": {
"fields": [
{
"fieldName": "customDate4",
"fieldInteractionNames": [
"hide-field_CDC-351",
"add-field-test",
"add-field-test2"
]
}
]
},
"ClientCorporation": {
"fields": [
{
"fieldName": "status",
"fieldInteractionNames": [
"add-field-test"
]
}
]
}
},
"customObjectsFieldInteractions": {
"person-custom-object-5": {
"fields": [
{
"fieldName": "date1",
"fieldInteractionNames": [
"age-to-work_CDC-1334",
"add-field-test",
"add-field-test2"
]
}
]
}
},
"pageInteractions": {
"action-modify": [
"hide-action-dropdown"
],
"overview-field-modify": [
"disable-all-candidate-fields_CDC-3971"
]
}
}