19
Views
4
Comments
[CK Editor 5] How do i load the premium features and apply the licenses?
ck-editor-5
Reactive icon
Forge asset by Tiago Ribeiro
Application Type
Reactive
Service Studio Version
11.55.27 (Build 64225)

I need to add Track Changes, Revision History, Comments and Cloud Services to this component with my licenses.

Following the instruction in the Documentation of the component, 

I went to the CKEditor5 online builder to get the feature umd.js script. In my screen, i added the newly built ckeditor5.umd.js and ckeditor5-premium-features.js to the Required Script.


I tried to add the premium feature on by one, starting with TrackChanges.


Under the demo Block's OnInitialize, I appended the "TrackChanges" to the String_Split_Plugins and ", 

trackChanges" to the String_Split_Toolbar. At the Config assignment, i also added my license key to the Config.LicenseKey string.


When i published and ran it, I kept hitting error the CKEditorError: plugincollection-plugin-not-found {}.

I have tried it on both the personal environment and also on my client production environment but the error persist. Could someone give me advice on how i may proceed to load the feature into this forge component demo? 

2024-10-15 10-08-31
Tiago Ribeiro
Champion

Hi!

I don't have a premium license to test that scenario but from the error it seems like one required plugin is not being added.

Reading through the installation instructions for the Track Changes plugin I saw that it has a dependency on the Comments plugin "Loads the Comments plugin (dependency of the TrackChanges plugin).", so maybe you need to include that one also.

Please give it a try and let me know! Hope it helps

2019-07-02 03-01-30
CapLi

Hi Tiago Ribeiro, 

Thank you for your response to my call for help.

I will private message you a trial premium license as I do not want to share it with the public :)

UserImage.jpg
Sai charan Bondili

Hi Tiago,

We are not able to copy paste images in the CKEditor component. Is there any plugin that can be used.


Thanks,

Saicharan

2024-10-15 10-08-31
Tiago Ribeiro
Champion

Hi @Sai charan Bondili !

I just tested and I can copy paste https://tmribeiro.outsystemscloud.com/CK5Demo/

If you check that demo's code you should have all that you need but, in short, you should be missing some "Image*" related plugin. Here's the list of plugins I'm using in that page:

"ClassicEditor, AccessibilityHelp, Autoformat, AutoImage, AutoLink, Autosave, Base64UploadAdapter, Bold, Essentials, GeneralHtmlSupport, Heading, ImageBlock, ImageCaption, ImageInline, ImageInsert, ImageInsertViaUrl, ImageResize, ImageStyle, ImageTextAlternative, ImageToolbar, ImageUpload, Italic, Link, LinkImage, List, Paragraph, PasteFromOffice, SelectAll, Table, TableCaption, TableCellProperties, TableColumnResize, TableProperties, TableToolbar, TextTransformation, Underline, Undo"

Hope it solves your problem.

Also, next time please create a new forum post since this topic is not directly related to the original post and we'll be notifying CapLi for nothing. It also makes the solution harder to find for other community members. Thanks!

Best regards,

Tiago

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.