Legacy Knowledge Base
Published Jun. 30, 2025

How to have a more complete text editor when editing a web content?

Written By

Pablo Vidal

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.

Issue

  • Is it possible to have a text editor with more functions than what comes by default in Liferay DXP?

Environment

  • DXP 7.3
  • DXP 7.2
  • DXP 7.1
  • DXP 7.0

 

Resolution

  • [DXP 7.3] Add the following property to your file portal-ext.properties:
editor.wysiwyg.portal-impl.portlet.ddm.text_html.ftl=ckeditor_bbcode

For comparison of text editors:

Without the property added

7-3text-field.png

With the property added

7.2-rich-text-field.png

 

  • [DXP 7.2] Add the following property to your file portal-ext.properties:
editor.wysiwyg.portal-impl.portlet.ddm.text_html.ftl=ckeditor

For comparison of text editors:

Without the property added

7.2-text-field.png

With the property added

7.2-rich-text-field.png

 

  • [DXP 7.1] Add the following property to your file portal-ext.properties:
editor.wysiwyg.portal-impl.portlet.ddm.text_html.ftl=ckeditor

For comparison of text editors:

Without the property added

7.1-text-field.png

With the property added

7.1-rich-text-field.png

 

  • [DXP 7.0] Add the following property to your file portal-ext.properties
editor.wysiwyg.portal-impl.portlet.ddm.text_html.ftl=ckeditor

For comparison of text editors:

Without the property added

7.0-text-field.png

With the property added

7.0-rich-text-field.png

 

Additional Information

 

Did this article resolve your issue ?

Legacy Knowledge Base