Closed xkazama-yukio3 closed 3 months ago
(English)
Change the default library used as RichText
type in StringPropertyEditor from CKEditor to Quill.
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.
概要
StringPropertyEditorの
RichText
タイプとして利用しているライブラリのデフォルトをCKEditorからQuillに変更する。Compatibility notes
iPLAss バージョンを 4 系に上げることで、リッチテキストエディタとして利用するライブラリのデフォルトが Quillに変更になります。 StringPropertyEditorの設定にて、 引き続き CKEditor を利用することも可能ですが、 デフォルトのライブラリを CKEditor に設定したい場合は、 service-configにて、GemConfigServiceの
richTextLibrary
をCKEDITOR
として設定してください。