Try our conversational search powered by Generative AI!

Deprecate 'Plugins' method

Fixed in

EPiServer.CMS.TinyMce 2.5.0

(Or a related package)

Created

Jun 08, 2018

Updated

Jun 25, 2018

Area

CMS UI

State

Closed, Fixed and tested


Description

Deprecate the Plugins method as it's been causing a lot of misunderstandings and problems. Instead, there is a method called ClearPlugins. Users can use it like this:

.ClearPlugins().AddPlugin("epi-link");