Skip to content

Commit

Permalink
Remove bad BBB
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Mar 6, 2024
1 parent 4853eb8 commit 702c81a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/volto-slate/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ export default function applyConfig(config) {
...config.views,
};

// BBB compatibility with existing legacy WYSIWYG widgets
config.widgets.widget.richtext = RichTextWidget;

config.widgets.widget.slate = RichTextWidget;
config.widgets.widget.slate_richtext = RichTextWidget;
config.widgets.widget.slate_html = HtmlSlateWidget;
Expand Down

0 comments on commit 702c81a

Please sign in to comment.