You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I've overcome the similar problem with a background field, I just cannot get exclude to work on the multicolor. Please can you look where's the mistake?
In other words, if you have a choice defined, then in the exclude argument you can either use a full array of the control's value - in which case it will check if all sub-values are true and only then will it exclude it, OR you can use an array of sub-values, in which case if it's equal to one of them it will be excluded.
Issue description:
While I've overcome the similar problem with a background field, I just cannot get exclude to work on the multicolor. Please can you look where's the mistake?
Version used:
develop branch
Using theme_mods or options?
theme_mods
Code to reproduce the issue (config + field(s))
I've tried setting the
exclude
option for eachchoice
, but that didn't work as well.Thanks!
The text was updated successfully, but these errors were encountered: