Closed xkazama-yukio3 closed 1 month ago
(English)
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
.
概要
StringPropertyEditorでCKEditorを利用している場合に、
RickText Editor Option
が指定されてると、 デフォルトで制御されるallowedContent
オプションが適用されない。デフォルトでは、
RichTextで標準以外のタグ入力を許可
の設定によって、allowedContent
オプションを指定するが、RickText Editor Option
を指定した場合は、この指定がされていない状態のため、自ら指定する必要がある。RickText Editor Option
が指定された場合も、 オプションとしてはallowedContent
を指定した上で、RickText Editor Option
で上書きすることを可能にする。