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
With the property added
- [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
With the property added
- [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
With the property added
- [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
With the property added
Additional Information
- From version 7.4 the text editor is only possible through customization.
- For more details see: Cannot change the HTML WYSIWYG editor in webcontent or document types
- Portal Properties - Editors