Configuring a plugin version
Last updated
Was this helpful?
Was this helpful?
{
"authentication": {
"type": "INPUT_FIELDS",
"fields": [
{
"name": "login",
"label": "Login",
"secret": false,
"required": true
},
{
"name": "password",
"label": "Password",
"secret": true,
"required": true
}
]
}
}{
"authentication": {
"type": "OAUTH2",
"buttonLabel": "Connect with Partner"
}
}{
"sections": [
{
"title": "Preset configuration",
"fields": [
{ "property_technical_name": "partner_account_id" }
]
},
{
"title": "Feed configuration",
"fields": [
{ "property_technical_name": "segment_name" },
{ "property_technical_name": "partner_segment_id" }
]
}
]
}