diff --git a/website/settings.py b/website/settings.py index 7a872d4..15a9af3 100644 --- a/website/settings.py +++ b/website/settings.py @@ -245,6 +245,9 @@ WAGTAILADMIN_RICH_TEXT_EDITORS = { "strikethrough", "snippet-link", "snippet-embed", + "superscript", + "subscript", + "blockquote", ] }, }, @@ -259,6 +262,8 @@ WAGTAILADMIN_RICH_TEXT_EDITORS = { "code", "strikethrough", "snippet-link", + "superscript", + "subscript", ] }, }, @@ -275,6 +280,8 @@ WAGTAILADMIN_RICH_TEXT_EDITORS = { "code", "strikethrough", "snippet-link", + "superscript", + "subscript", ] }, },