Set Colorpicker colors
Customize the colors shown in the Tiny Editors colorpicker, and to keep or remove the custom color picker.
-
- Locate the property
colors
which contains the propertiesbuttons
andcustom
.
- Locate the property
-
Locate the sub-property
buttons
and modify the array to customize the color list configuration using the following resources:- Default colors list.
- Sample colors values.
- The colors customization syntax.
Tip: If the
buttons
array is empty (buttons: [],
), the default list will be used.
-
Locate the sub-property
custom
and set it to:true
to keep the custom color picker.false
to remove the custom color picker. Tip: If thecustom
property is missing the custom color picker will be kept.
-
Related information