Skip to content

Commit

Permalink
fix(schema): fix missing enableFT to schema (#106)
Browse files Browse the repository at this point in the history
Add missing enableFT flag to schema

Co-authored-by: azlam <[email protected]>
  • Loading branch information
azlam-abdulsalam and azlam authored Aug 3, 2024
1 parent 93a01cf commit 6138447
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/schemas/sfdx-project.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@
"enableFHT": {
"$ref": "#/definitions/packageDirectory.enableFHT"
},
"enableFT": {
"$ref": "#/definitions/packageDirectory.enableFT"
},
"enableFlowActivation": {
"$ref": "#/definitions/packageDirectory.enableFlowActivation"
},
Expand Down

0 comments on commit 6138447

Please sign in to comment.