SaaS CMS has officially launched! Learn more now.

Interface IDynamicConfigurationOptions

Interface that specifies that the plug-in wants to customize the Tiny MCE initialization options.

Namespace: EPiServer.Editor.TinyMCE
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public interface IDynamicConfigurationOptions

Methods

GetConfigurationOptions()

Gets the configuration options for the Tiny MCE plug-in.

Declaration
IDictionary<string, object> GetConfigurationOptions()
Returns
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>

A list with the configuration options for the plug-in.

Extension Methods