Skip to content

Commit

Permalink
fix(MP): now showing setOnceProperties in cloud mode also (#1779)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepdsvs authored Nov 1, 2024
1 parent 7036a17 commit 760e5cb
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions src/configurations/destinations/mp/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,22 @@
"regex": "^(.{0,100})$",
"regexErrorMessage": "Invalid Property Name",
"placeholder": "e.g: Cart-Value"
},
{
"type": "tagInput",
"configKey": "setOnceProperties",
"label": "Properties to set only once",
"note": [
"Set this for those properties who's values are not supposed to change in profile level.",
{
"text": "Reference",
"link": "https://developer.mixpanel.com/reference/profile-set-property-once"
}
],
"tagKey": "property",
"regex": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{0,100})$",
"regexErrorMessage": "Invalid Property Name",
"placeholder": "e.g: joiningDate"
}
]
},
Expand Down Expand Up @@ -492,16 +508,6 @@
"regexErrorMessage": "Invalid Property Name",
"placeholder": "e.g: residence"
},
{
"type": "tagInput",
"configKey": "setOnceProperties",
"label": "Properties to set only once",
"note": "Set this for those properties who's values are not supposed to change in profile level. Reference: https://developer.mixpanel.com/reference/profile-set-property-once",
"tagKey": "property",
"regex": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{0,100})$",
"regexErrorMessage": "Invalid Property Name",
"placeholder": "e.g: joiningDate"
},
{
"type": "tagInput",
"configKey": "peopleProperties",
Expand Down

0 comments on commit 760e5cb

Please sign in to comment.