legacy-knowledge-base
公開されました Sep. 10, 2025

Custom CK Editor toolbar is registered but not displayed

written-by

Zsuzsa Emese Kállai

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

Issue

  • We followed this blog post to create a custom CKEditor 4 module in workspace.
  • We can see that CKEDITOR.plugins.registered but, we are not able to see it on the CK Editor toolbar UI in Liferay 7.4 portal.

Environment

  • Quarterly Releases

Resolution

  • The blog post was written 4 year ago, since then several changes have been made to CK Editor 4.  
  • In the CKEditorCustomPluginConfigContributor.java file, the property "editor.name=ckeditor_classic" has to be added to the @Component properties for the buttons to appear.

    @Component(immediate = true, property = { "editor.name=ckeditor", "editor.name=ckeditor_classic",
    "service.ranking:Integer=1000" }, service = EditorConfigContributor.class)

Additional Information

 

did-this-article-resolve-your-issue

legacy-knowledge-base