-
Notifications
You must be signed in to change notification settings - Fork 0
/
sfdx-project.json
75 lines (75 loc) · 2.71 KB
/
sfdx-project.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"packageDirectories": [
{
"path": "force-app",
"default": true
}
],
"plugins": {
"jayree/sfdx-plugin-source": {
"fixes": {
"customObjectTranslation.layouts": {
"isActive": true,
"files": {
"modify": {
"force-app/main/default/objectTranslations/Account-de/Account-de.objectTranslation-meta.xml": {
"delete": [
"CustomObjectTranslation.layouts['layout','Account (Business) Layout']",
"CustomObjectTranslation.layouts.?sections[['label','Rechnungs-/Versandadresse'],['section','Billing/Shipping Address']]"
],
"insert": [
{
"path": "CustomObjectTranslation.layouts",
"object": {
"layout": "Account (Business1) Layout",
"sections": {
"label": "label",
"section": "section"
}
},
"at": 2
}
],
"set": [
{
"path": "CustomObjectTranslation.layouts['layout','Account (Household) Layout']",
"object": {
"layout": "Account (Household1) Layout",
"sections": {
"label": "label1",
"section": "section1"
}
}
},
{
"path": "CustomObjectTranslation.layouts['layout','Account (Individual) Layout'].layout",
"value": "Account (Individual1) Layout"
},
{
"path": "CustomObjectTranslation.layouts.layout['Account (Institution) Layout']",
"value": "Account (Institution1) Layout"
},
{
"path": "CustomObjectTranslation.layouts.?layout['Account (Policyholder) Layout']",
"object": {
"layout": "Account (Policyholder1) Layout"
}
}
]
}
},
"move": [
[
"force-app/main/default/objectTranslations/Activity-de/Activity-de.objectTranslation-meta.xml",
"force-app/main/default/objectTranslations/Activity-de/Activity-de1.objectTranslation-meta.xml"
]
],
"delete": [
"force-app/main/default/objectTranslations/AccountContactRelation-de/AccountContactRelation-de.objectTranslation-meta.xml"
]
}
}
}
}
}
}