Skip to content

Commit

Permalink
feat(http): add urlPreview custom field to ui-config (#1869)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepdsvs authored Jan 20, 2025
1 parent 474cde5 commit 41be203
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/configurations/destinations/http/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,10 @@
{
"name": "Request URL",
"fields": [
{
"type": "customComponent",
"componentId": "urlPreview"
},
{
"type": "mapping",
"label": "Enter your path parameters in sequence",
Expand All @@ -508,7 +512,7 @@
"label": "Map your query parameters",
"configKey": "queryParams",
"default": [],
"hideKeysJsonView": true,
"separatorIcon": "colon",
"columns": [
{
"type": "textInput",
Expand Down Expand Up @@ -538,7 +542,7 @@
"label": "Map your headers",
"configKey": "headers",
"default": [],
"hideKeysJsonView": true,
"separatorIcon": "colon",
"columns": [
{
"type": "textInput",
Expand Down

0 comments on commit 41be203

Please sign in to comment.