Skip to content

Commit cc39d24

Browse files
fix(schema): update typos in sfdx-project.schema.json
1 parent 9599e50 commit cc39d24

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

resources/schemas/sfdx-project.schema.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -933,10 +933,10 @@
933933
}
934934
},
935935
"packageDirectory.aliasfy": {
936-
"type": "boolean",
937-
"title": "Aliasfy the package",
938-
"description": "Deploy a subfolder in a source package that matches the alias of the org"
939-
},
936+
"type": "boolean",
937+
"title": "Aliasfy the package",
938+
"description": "Deploy a subfolder in a source package that matches the alias of the org"
939+
},
940940
"packageDirectory.alwaysDeploy": {
941941
"type": "boolean",
942942
"title": "Always deploy the package",
@@ -1069,6 +1069,12 @@
10691069
"title": "Enable Field History Tracking support?",
10701070
"description": "Enable automated update of field history tracking in the target org upon deployment"
10711071
},
1072+
"packageDirectory.enableFT": {
1073+
"type": "boolean",
1074+
"default": true,
1075+
"title": "Enable Field Tracking support?",
1076+
"description": "Enable automated update of field tracking in the target org upon deployment"
1077+
},
10721078
"packageDirectory.enableFlowActivation": {
10731079
"type": "boolean",
10741080
"default": true,
@@ -1144,7 +1150,7 @@
11441150
}
11451151
},
11461152
"disableEntitlementFilter": {
1147-
"title": "Disable Entitlment filter",
1153+
"title": "Disable Entitlement filter",
11481154
"type": "boolean",
11491155
"description": "Disable Entitlement filtering in source package,which skips entitlements that are already in the target org",
11501156
"default": false

0 commit comments

Comments
 (0)