dentsusoken / iPLAss

Java-based open source low-code development platform for enterprise
https://iplass.org/
GNU Affero General Public License v3.0
67 stars 25 forks source link

GEM:StringPropertyEditorのリッチテキストライブラリのデフォルトをQuillにする #1605

Closed xkazama-yukio3 closed 1 month ago

xkazama-yukio3 commented 1 month ago

概要

StringPropertyEditorの RichText タイプとして利用しているライブラリのデフォルトをCKEditorからQuillに変更する。

Compatibility notes

iPLAss バージョンを 4 系に上げることで、リッチテキストエディタとして利用するライブラリのデフォルトが Quillに変更になります。 StringPropertyEditorの設定にて、 引き続き CKEditor を利用することも可能ですが、 デフォルトのライブラリを CKEditor に設定したい場合は、 service-configにて、GemConfigServiceの richTextLibraryCKEDITOR として設定してください。

xkazama-yukio3 commented 1 month ago

(English)

Overview

Change the default library used as RichText type in StringPropertyEditor from CKEditor to Quill.

Compatibility notes

By upgrading to iPLAss version 4, the default library used as a rich text editor will change from CKEditor to Quill.

You can continue to use CKEditor in the StringPropertyEditor configuration, though, If you want to set the default library to CKEditor, set richTextLibrary of GemConfigService as CKEDITOR in service-config.