Set Colorpicker colors
Customize the colors shown in the Tiny Editors colorpicker, and to keep or remove the custom color picker.
-
Using a plain text editor, open customization_path/javascript/tiny/editors/connections/config.js.
Note: Use a plain text editor to avoid inserting invalid formatting or symbols into config.js. Do not use a rich text editor such as Microsoft Word for editing configuration files.
-
Locate the property
colors
which contains the propertiesbuttons
andcustom
. -
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.
-
When you have finished making configuration changes, follow the post-customization steps to ensure the server cache is updated.
Note: If the configuration changes do not take affect, restart the Common enterprise application to force a cache update.
Parent topic:Modifying Tiny Editors for HCL Connections