-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsfdx-project.json
42 lines (42 loc) · 1.61 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
{
"packageDirectories": [
{
"path": "src",
"default": true,
"package": "Record Type Picker",
"versionName": "ver 0.5",
"versionNumber": "0.5.0.NEXT",
"unpackagedMetadata": {
"path": "tests"
},
"apexTestAccess": {
"permissionSets": [
"RecordTypePickerPermissionsTesting"
]
},
"releaseNotesUrl": "https://github.com/jkranz-rk/RecordTypePicker",
"postInstallUrl": "https://github.com/jkranz-rk/RecordTypePicker"
},
{
"path": "tests"
}
],
"name": "RecordTypePicker",
"namespace": "rtp",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "56.0",
"packageAliases": {
"Record Type Picker": "0Ho4x000000GmwBCAS",
"Record Type [email protected]/unlockedpackaging": "04t4x000000RUQ2AAO",
"Record Type [email protected]/unlockedpackaging": "04t4x000000RUQ7AAO",
"Record Type [email protected]/unlockedpackaging": "04t4x000000RUQCAA4",
"Record Type [email protected]": "04t4x000000RUUUAA4",
"Record Type [email protected]": "04t4x000000RqffAAC",
"Record Type [email protected]": "04t4x000000RqfkAAC",
"Record Type [email protected]": "04t4x000000RqyCAAS",
"Record Type [email protected]": "04t4x000000RqyHAAS",
"Record Type [email protected]": "04t4x000000Rr1BAAS",
"Record Type [email protected]": "04t4x000000Rr3MAAS",
"Record Type [email protected]": "04t4x000000RrIsAAK"
}
}