Hi, I’m wondering how can I reference colors from the sitewide color palette as an initial base and alt setting in a color-pair JSON parameter?
"textColor" : {
"label" : "Text",
"type" : "color-pair",
"initial" : {
"base" : "Nq4ZHkZzIyJWoil413",
"alt" : "IRSLyK5mA5LGT9kp1j"
}
I tried using the color IDs and it didn’t work, what would I need to change?