Selecting an editor

This option is used to select the editor for HCL Connections. If the Tiny Editors Selector service is installed, you can choose to assign the editor based on user or security group.

Procedure

  1. Using a plain text editor, open config/config.js in the extracted Tiny Editors for HCL Connections package.
    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 editor such as editor: 'TinyMCE', and update the value to one of the following choices:
    Value for editorEffect
    'TinyMCE' All users will be shown the TinyMCE editor.
    'textbox.io' All users will be shown the Textbox.io editor.
    'CKEditor' All users will be shown the default editor.
    'role-based' The editor shown to users is set by Configuring the Tiny Editors Selector roles.
    Figure 1. Example: Set the editor to role-based
    editor: 'role-based',
  3. Continue configuring the Tiny Editors integration or continue with the installation.