diff --git a/src/configurations/destinations/mp/ui-config.json b/src/configurations/destinations/mp/ui-config.json index 2c6316ca9..70ca09310 100644 --- a/src/configurations/destinations/mp/ui-config.json +++ b/src/configurations/destinations/mp/ui-config.json @@ -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" } ] }, @@ -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",