Add support for opacity (alpha) on color field type #6808
sc0ttkclark
started this conversation in
Ideas
Replies: 2 comments
-
Could color field also have an option of accepting color names? Like red, blue, cyan.., etc. Could be useful for our users who have names for their official colors but don't know the hex code of it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @vesna-droid One thing we might include at some point are predefined color pallets from your theme. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A few changes to make this possible:
disableAlpha
disableAlpha
The caveat here is that Iris does not support alpha so this would only be supported for DFV/Block fields and not any fields using
'disable_dfv' => true
Beta Was this translation helpful? Give feedback.
All reactions