]> git.0d.be Git - panikdb.git/commitdiff
settings: allow <small> tags in editor
authorFrédéric Péters <fpeters@0d.be>
Wed, 24 Feb 2021 12:09:01 +0000 (13:09 +0100)
committerFrédéric Péters <fpeters@0d.be>
Wed, 24 Feb 2021 12:09:01 +0000 (13:09 +0100)
panikdb/settings.py

index b311c7ecf16c73abf34ea496a358bd07e5d162e5..0c860ab5454483b460ef7cb1acc1ea629280e3e4 100644 (file)
@@ -203,7 +203,7 @@ LOGGING = {
 
 CKEDITOR_CONFIGS = {
     'default': {
-        'extraAllowedContent': 'u, i, b, strong, em',
+        'extraAllowedContent': 'u, i, b, strong, em, small',
         'disallowedContent': 'style; script; *[on*]',
         'filebrowserUploadUrl': '/ckeditor/upload/',
         'filebrowserBrowseUrl': '/ckeditor/browse/',