Add blockquote and super/sub scripts to rich text
This commit is contained in:
parent
fc559d93f1
commit
592da67185
1 changed files with 7 additions and 0 deletions
|
@ -245,6 +245,9 @@ WAGTAILADMIN_RICH_TEXT_EDITORS = {
|
||||||
"strikethrough",
|
"strikethrough",
|
||||||
"snippet-link",
|
"snippet-link",
|
||||||
"snippet-embed",
|
"snippet-embed",
|
||||||
|
"superscript",
|
||||||
|
"subscript",
|
||||||
|
"blockquote",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -259,6 +262,8 @@ WAGTAILADMIN_RICH_TEXT_EDITORS = {
|
||||||
"code",
|
"code",
|
||||||
"strikethrough",
|
"strikethrough",
|
||||||
"snippet-link",
|
"snippet-link",
|
||||||
|
"superscript",
|
||||||
|
"subscript",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -275,6 +280,8 @@ WAGTAILADMIN_RICH_TEXT_EDITORS = {
|
||||||
"code",
|
"code",
|
||||||
"strikethrough",
|
"strikethrough",
|
||||||
"snippet-link",
|
"snippet-link",
|
||||||
|
"superscript",
|
||||||
|
"subscript",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue