suppressedFigure: RuleConfig = ...

CKEditor surrounds tables, for example, by <figure> elements. We want to remove them to ensure that we get no complaints on sanitation.

Note that this approach ignores any properties possibly set at a figure. To deal with these elements, you either have to apply some early processing or remove this rule.

Example: For table from data view

<figure class="table"><table><tbody><tr><td>&nbsp;</td></tr></tbody></table></figure>