-
Notifications
You must be signed in to change notification settings - Fork 11
/
sfdx-project.json
33 lines (33 loc) · 1.16 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
{
"packageDirectories": [
{
"path": "sfdx-source/LabsActionPlans",
"default": true,
"package": "Action Plans",
"versionName": "Spring 2023 v4.3",
"versionNumber": "4.3.0.NEXT",
"ancestorVersion": "HIGHEST",
"releaseNotesUrl": "https://github.com/SalesforceLabs/ActionPlansV4/blob/main/README.md",
"definitionFile": "config/install-scratch-def.json",
"versionDescription": "Action Plans now suppports Tasks owned by Queues and Professional Edition",
"postInstallScript": "ActionPlansPostInstallScript",
"postInstallUrl": "https://salesforcelabs.github.io/ActionPlansV4/"
},
{
"path": "sfdx-source/unmanaged"
}
],
"name": "Action Plans",
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "56.0",
"packageAliases": {
"Action Plans": "0Ho5f000000oLlrCAE",
"ActionPlans": "0Ho5f000000oLlrCAE",
"Action [email protected]": "04t5f000000rJgsAAE",
"Action [email protected]": "04t5f000000rK9EAAU",
"Action [email protected]": "04t5f000000rKJ9AAM",
"Action [email protected]": "04t5f000000rM66AAE",
"Action [email protected]": "04t5f000000rM7nAAE"
}
}