Legacy Knowledge Base
Published Jul. 2, 2025

CKEditor With Mediawiki Format

Written By

Justin Choi

How To articles are not official guidelines or officially supporteddocumentation. They are community-contributed content and may not alwaysreflect the latest updates to Liferay DXP. We welcome your feedback toimprove How to articles!

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

Legacy Article

You are viewing an article from our legacy "FastTrack"publication program, made available for informational purposes. Articlesin this program were published without a requirement for independentediting or verification and are provided "as is" withoutguarantee.

Before using any information from this article, independently verify itssuitability for your situation and project.

This article is a legacy article. It applies to previous versions of the Liferay product. While the article is no longer maintained, the information may still be applicable.

Liferay Support does not recommend or endorse specific third-party products over others. Liferay is not responsible for any instructions herein or referenced regarding these products. Any implementation of these principles is the responsibility of the subscriber.

This article documents a known issue where the CKEditor is unavailable if the MediaWiki format is chosen when creating a Wiki article in Liferay Portal 6.1 EE GA2.

Steps to Reproduce

  1. Navigate to the Control PanelWiki
  2. Click the Main link to use the default Wiki node.
  3. Click the Add Page button.
  4. Select MediaWiki from the Format Menu.
  5. Click OK in the validation window.

mediawikiCKEditor02.PNG
Figure 1. The CKEditor is unavailable.

Resolution

The reason for the removal of the CKEditor is because of Wiki Syntax errors.

Status: Workaround Available

If administrators still wish to use CKEditor with the MediaWiki Format, they can enable a setting in the portal-ext.properties.

  1. Shut down the application server before making changes to the portal-ext.properties file.
  2. Enter the following: editor.wysiwyg.portal-web.docroot.html.portlet.wiki.edit.mediawiki.jsp=ckeditor
  3. Save the file.
  4. Start the application server.

mediawikiCKEditor.PNG

Once the application server has restarted, the CKEditor is now available for use in the MediaWiki format.

Did this article resolve your issue ?

Legacy Knowledge Base