Last active
May 21, 2020 14:52
-
-
Save ryanschuhler/d2dc993972c74f2407d6a16f5b2f4023 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"fieldSets": [{ | |
"fields": [ | |
{ | |
"dataType": "string", | |
"defaultValue": "custom", | |
"description": "src", | |
"label": "src", | |
"name": "src", | |
"type": "select", | |
"typeOptions": { | |
"validValues": [ | |
{ | |
"label": "demo", | |
"value": "{'default': 'https://go.pardot.com/l/854303/2020-04-16/84zs','es_ES': 'https://go.pardot.com/l/854303/2020-05-20/czgy'}" | |
}, | |
{ | |
"label": "download", | |
"value": "{'default': 'https://go.pardot.com/l/854303/2020-04-20/8ctl'}" | |
}, | |
{ | |
"label": "custom", | |
"value": "custom" | |
} | |
] | |
} | |
}, | |
{ | |
"dataType": "string", | |
"description": "custom-src", | |
"label": "custom-src", | |
"name": "customSrc", | |
"type": "text" | |
} | |
] | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment