Color
Field to store color values
The field of type color
is used to store colors. It display a <input type="color">
in the UI. It also display a textbox to introduce the color code manually.
Example
{
name: "background_color",
type: "color",
}
Available options
This field only has the common options.