Need help in the process of creating your own WordPress theme?
Color picker option type with opacity support.
| Name | Type | Default | Description |
|---|---|---|---|
| opacity | boolean |
true |
Enable or disable opacity slider. |
| Name | Type | Default | Description |
|---|---|---|---|
| hex | string |
#000000 |
Color code in HEX format. |
| opacity | number |
1 |
Opacity value from 0 to 1 |
| palette | string |
"" |
Allowed palette values:
-
"color1"-
"color2"-
"color3"-
"color4"-
"color5"-
"color6"-
"color7"-
"color8" |
{
id: "color",
type: "colorPicker",
}
{
id: "color",
type: "colorPicker",
config: {
opacity: false,
},
defaultValue: {
hex: "#333333",
opacity: 0.5,
palette: ""
}
}