[Vuejs]-Is there a possibility to change default text "connected user/s" on CkEditor

0👍

From this documentation page (v5): https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/real-time-collaboration/users-in-real-time-collaboration.html#installation-and-configuration

It looks like the whole thing is handled by the RealTimeCollaborativeEditing plugin that is automatically imported and enabled. The docs gives indication on how to change the styling of the various connected users.

The PresenceList plugin only have 3 options:

  • container
  • collapseAt
  • onClick

In short, you cannot edit the wording there, but you could probably remove the plugin or hide/customize it with CSS.

Leave a comment