Skip to content

Commit

Permalink
chore: code review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mihir-4116 committed Sep 14, 2023
1 parent 099a69f commit bfb1f1e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/configurations/destinations/iterable/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"groups": [
{
"title": "One click checkout",
"title": "Connection settings",
"note": "Update your connection settings here",
"icon": "settings",
"fields": [
Expand All @@ -21,21 +21,21 @@
"placeholder": "e.g: 42f187310705012194bd0bd694905664ae"
},
{
"type": "textInput",
"label": "Package Name",
"configKey": "packageName",
"regex": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{1,100})$",
"regexErrorMessage": "Invalid package name",
"note": "Iterable package name. Applicable to device mode only",
"placeholder": "e.g: my-website",
"preRequisites": {
"fields": [
{
"configKey": "connectionModes.webDevice",
"value": true
}
]
},
"type": "textInput",
"label": "Package Name",
"configKey": "packageName",
"regex": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{1,100})$",
"regexErrorMessage": "Invalid package name",
"note": "Iterable package name. Applicable to device mode only",
"placeholder": "e.g: my-website"
}
}
]
}
Expand Down

0 comments on commit bfb1f1e

Please sign in to comment.