Use CKEDITOR 5 for all comment fields.

This commit is contained in:
Jan Böhmer 2022-07-26 21:23:31 +02:00
parent dde7e7347c
commit 898803e3ce
12 changed files with 112 additions and 75 deletions

View file

@ -11,6 +11,8 @@ const ALLOWED_TAGS = [
'ins',
'small',
'abbr',
'br',
'span',
];