Hi Christian,
Here a screenshot. and the parameter code I used.
I can select the different colors for each breakpoint but the colors don’t change. Only the base breakpoint color is used.
I use this in the string: {{dc:p:textColor.base}}
I also used isVar on the Margin as you can see but that is working fine if I set different margins of a breakpoint.
And the parameter code I used:
{
“headline” : {
“type” : “text”,
“label” : “Headline”,
“placeholder” : “headline text”
},
“textColor” : {
“label” : “Color”,
“type” : “color-pair”,
“isVar” : true,
“initial” : {
“base” : “#221406”
}
},
“margin” : {
“type” : “group”,
“label” : “Margin”,
“params” : {
“topmargin” : {
“label” : “Top”,
“isVar” : true,
“type” : “margin”
},
“bottommargin” : {
“label” : “Bttm”,
“isVar” : true,
“type” : “margin”
}
}
}
}