I am currently working on a project where I have created a custom panel in the customer section using Angular. I have successfully added my Angular component and other functionalities to this panel. Now, I need to integrate the built-in CKEditor into my panel. However, it appears that this CKEditor is wrapped within a Litium component, and I am unsure on how to proceed with its integration.
I discovered that the CKEditor is registered as field-editor in the code, as shown below:
You are right, the CKEditor is wrapped by field-editor to have language dropdowns and other stuff. In Litium 7, ng2-ckeditor is used to render the editor. Please check the document on how to install and use it in Angular ng2-ckeditor - npm