Skip to content

Commit

Permalink
Merge pull request #30 from ALNAUA/extensionJsonUpdate
Browse files Browse the repository at this point in the history
added CandidateReference
  • Loading branch information
mkesmetzis authored Oct 4, 2021
2 parents 8b43852 + a27df69 commit 61dd476
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,21 @@
"Candidate": [
"./dist/field-interactions/candidate/**"
],
"CandidateEducation": [
"./dist/field-interactions/candidate-education/**"
],
"CandidateReference": [
"./dist/field-interactions/candidate-reference/**"
],
"CandidateWorkHistory": [
"./dist/field-interactions/candidate-work-history/**"
],
"ClientCorporation": [
"./dist/field-interactions/client-corporation/**"
],
"ClientContact": [
"./dist/field-interactions/client-contact/**"
],
"CandidateEducation": [
"./dist/field-interactions/candidate-education/**"
],
"JobOrder1": [
"./dist/field-interactions/job-order/track-1/**",
"./dist/field-interactions/job-order/all/**"
Expand Down Expand Up @@ -87,9 +93,6 @@
],
"PlacementChangeRequest": [
"./dist/field-interactions/placement-change-request/**"
],
"CandidateWorkHistory": [
"./dist/field-interactions/candidate-work-history/**"
]
},
"pageInteractions": [
Expand Down

0 comments on commit 61dd476

Please sign in to comment.