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?
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
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 :)