Set Colorpicker colors

Customize the colors shown in the Tiny Editors colorpicker, and to keep or remove the custom color picker.

Procedure

  1. 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.
  2. Locate the property colors which contains the properties buttons and custom.
  3. Locate the sub-property buttons and modify the array to customize the color list configuration using the following resources:
    Tip: If the buttons array is empty (buttons: [],), the default list will be used.
  4. 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 the custom property is missing the custom color picker will be kept.
  5. 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.