Add blockquote and super/sub scripts to rich text

This commit is contained in:
Jake Howard 2022-09-15 08:19:08 +01:00
parent fc559d93f1
commit 592da67185
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -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",
]
},
},