legacy-knowledge-base
公開されました Jul. 2, 2025

WebコンテンツでHTMLエディタが表示されない

written-by

Ankit Gupta

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

問題

構造体作成中に、フィールドをHTMLとして選択し、同じ構造体を使ってWebコンテンツを作成すると、フィールドがHTMLエディタとして表示されません。

コンテントピーエヌピージー

環境への配慮

  • ライフレイDXP 7.0

決議

HTMLエディタとして表示されないのは、LiferayがデフォルトでAlloyEditorを使用しているためです。 そのため、HTMLエディタとして使うにはCKEditorを使う必要があります。 そのため、CKEditor を使用するには portal-ext.properties に以下のプロパティを追加する必要があります。

editor.wysiwyg.default=ckeditor
editor.wysiwyg.portal-impl.portlet.ddm.text_html.ftl=ckeditor

上記のプロパティを追加した後、ポータルに変更をもたらすためにサーバーを再起動する必要があります。

CKeditor.PNG

did-this-article-resolve-your-issue

legacy-knowledge-base