17
Views
2
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 :)

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