RichTextBlockWithFootnotes no longer respects WAGTAILADMIN_RICH_TEXT_EDITORS
#19
Labels
bug
Something isn't working
WAGTAILADMIN_RICH_TEXT_EDITORS
#19
Simply swapping all
RichTextBlock
s withRichTextBlockWithFootnotes
will remove the existing functionality whereRichTextBlock
s get their features fromWAGTAILADMIN_RICH_TEXT_EDITORS["default"]["OPTIONS"]["features"]
.Task:
Update the
RichTextBlockWithFootnotes.__init__()
to respect the features set byRichTextBlock
then appendfootnotes
to that list.The text was updated successfully, but these errors were encountered: