Try our conversational search powered by Generative AI!

Add a RemovePlugin method to TinyMceSettings

Found in

EPiServer.CMS.TinyMce 2.1.0

Fixed in

EPiServer.CMS.TinyMce 2.1.0

(Or a related package)

Created

Mar 28, 2018

Updated

Apr 06, 2018

Area

CMS UI

State

Closed, Fixed and tested


Description

In order to make it easier for developers to remove plugins from the default configuration without having to redefine all the plugins, we should add a RemovePlugin method to the TinyMceSettings class.

config.Default()
    .RemovePlugin("fullscreen");