dentsusoken / iPLAss

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

GEM:編集画面で RickText Editor Option に対してデフォルトのオプションを適用する #1643

Closed xkazama-yukio3 closed 1 month ago

xkazama-yukio3 commented 1 month ago

概要

StringPropertyEditorでCKEditorを利用している場合に、RickText Editor Option が指定されてると、 デフォルトで制御される allowedContent オプションが適用されない。

デフォルトでは、 RichTextで標準以外のタグ入力を許可 の設定によって、allowedContent オプションを指定するが、 RickText Editor Option を指定した場合は、この指定がされていない状態のため、自ら指定する必要がある。

RickText Editor Option が指定された場合も、 オプションとしては allowedContent を指定した上で、RickText Editor Option で上書きすることを可能にする。

xkazama-yukio3 commented 1 month ago

(English)

Overview

When using CKEditor with StringPropertyEditor, if the RickText Editor Option is specified, The allowedContent option, which is controlled by default, is not applied.

By default, the allowedContent option is specified by the Allow HTML tags when displaying RichText setting, but if the RickText Editor Option is specified, it must be specified by itself because this option is not specified.

If the RickText Editor Option is specified, the option allowedContent is still specified and can be overridden by the RickText Editor Option.