Adding characters to the rich-text editor's virtual keyboard


Brightspot’s virtual keyboard includes special characters not included in most keyboard layouts. You can add additional characters to the virtual keyboard.

To add characters to the virtual keyboard:

  1. Click menu> Admin > Sites & Settings > Sites > Global.
  2. Click search, located to the left of more_horiz, and type Extra Java Script.
  3. In the Extra Java Script field, add an array RTE_UNICODE similar to the following example.

    RTE_UNICODE = [
    // En Dash
    '\u2013',
    // Em Dash
    '\u2014'
    ];
    • Optional comment.
    • Code point for en dash.
    • Optional comment.
    • Code point for em dash.

    Virtual keyboard unicode array

    For a full listing of Unicode values, see Unicode 13.0 Character Code Charts.

  4. Click Save.
  5. To ensure Brightspot displays the new characters, advise editors to clear their browser’s cache.
The elements that get you up and running in a matter of days, from pre-built content types, to modules, to landing pages.

Content types
Modules
Landing pages
Everything you need to manage and administer content within Brightspot CMS, including plug-and-play integrations.

Dashboards
Publishing
Workflows
Admin configurations
A guide for installing, supporting and administering code on the Brightspot platform, including integrations requiring developer support to use.

Field types
Content modeling
Rich-text elements
Images