Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Add public constants for values used in default TinyMceSettings

Found in

EPiServer.CMS.TinyMce 2.0.0

Fixed in

EPiServer.CMS.TinyMce 2.1.0

(Or a related package)

Created

Mar 20, 2018

Updated

Apr 06, 2018

Area

CMS UI

State

Closed, Fixed and tested


Description

This change makes overriding the toolbar settings easier in cases where the default toolbar doesn't need to change but additional toolbars should be added. For example:

config.Default()
    .Toolbar(DefaultValues.Toolbar, "styleselect");

Or, if a partner wants to configure an empty settings object and needs to load the episerver plugins. For example:

config.Empty()
    .Plugins(DefaultValues.EpiserverPlugins);