Skip to content

Commit

Permalink
fix(hs): one trust cookie category form type (#792)
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwal-ab authored Jul 25, 2023
1 parent 8569eba commit cb92a87
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions src/configurations/destinations/hs/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,20 +213,15 @@
"title": "Consent Settings",
"fields": [
{
"type": "mappingRows",
"type": "dynamicCustomForm",
"value": "oneTrustCookieCategories",
"label": "OneTrust Cookie Categories",
"columns": [
{
"type": "textInput",
"placeholder": "Marketing",
"value": "oneTrustCookieCategory",
"label": "Category Name/ID",
"required": false
},
"customFields": [
{
"type": "textInput",
"placeholder": "Marketing",
"value": "oneTrustCookieCategory",
"regex": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{0,100})$",
"label": "Category Name/ID",
"required": false
}
Expand Down

0 comments on commit cb92a87

Please sign in to comment.