Skip to content

Commit

Permalink
Adding info box
Browse files Browse the repository at this point in the history
  • Loading branch information
GTFalcao committed Nov 6, 2024
1 parent 361a527 commit d840820
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ export default {
"objectName",
],
},
infoBox: {
type: "alert",
alertType: "info",
content: "Custom object fields may be suffixed with `__gc`, e.g. if you've named your field \"Object Name\", its key would be `Object_Name__gc`. Check the object configuration in the Gainsight platform for the correct field names.",
},
fields: {
type: "string[]",
label: "Key Field(s)",
Expand Down

0 comments on commit d840820

Please sign in to comment.